Altera_Forum
Honored Contributor
19 years agoPolling & INTs with NIOS II
Hi,
I have 2 cascaded processors with a shared memory. The first processor writes its data in the shared memory and when it finishes, the second processor must be notified that the data is available. So, we have the traditional 2 ways: Polling and INTs. * If anyone knows how to use INTs in NIOS II processors please tell me. * In case of polling, if I made the the flag in a memory location, it would be a waste of time coz the second processor would poll on it while the first processor is still writing. So, what's the alternative if I wanted to use polling ? Thanks in advance