Forum Discussion
Altera_Forum
Honored Contributor
19 years agoInterrupts
Hello All, I have several sources of interrupt, mostly with the same priority. When one occurs and the ISR is entered then all other interrupts of the same (or lower) priority are blocked unt...
Altera_Forum
Honored Contributor
19 years agoHi Scott,
Thanks for speedy answer. Yes, that explained it and I've got it working using alt_irq_enable_all() with the appropriate value. Everything works just fine now. I appreciate your help. Banx.