Altera_Forum
Honored Contributor
20 years agoISR execution
Hello,
In chapter 6 of the Nios software development handbook, the section "ISR Performance" states: <div class='quotetop'>QUOTE </div> --- Quote Start --- In the interests of performance, ISRs are normally executed with interrupts disabled. This action reduces the system overhead associated with interrupt processing, and simplifies ISR development, because the ISR does not need to be reentrant.[/b] --- Quote End --- What can I infer from this statement ? That when NIOS enters an ISR all interrupts are automatically disabled ? So, by default, there are no nested interrupts in NIOS ? And the functions alt_irq_interruptible() and alt_irq_non_interruptible() can be used to allow interrupts inside ISRs ? Thanks http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif