Forum Discussion
Altera_Forum
Honored Contributor
15 years agoInterrupt priority IIR
Hi all, I'm using the NIOSII with an Internal Interrupt Controller (IIR) and 8 IRQ's triggered by PIO edges. I assigned a number to each one of the IRQs which represents it's priority where a l...
Altera_Forum
Honored Contributor
14 years agoI was using TCP send() inside the ISR.
Now I removed send() from the ISR and placed it one task. It's working now continuously. What if I want to use send inside ISR? What care should be taken ?