Forum Discussion
Altera_Forum
Honored Contributor
19 years agointerupt disabled in ISR
In the Nios II Software developer's handbook: "the HAL system library disables interupts when it dispatches an ISR". I've examine the file alt_irq_entry.S and alt_irq_handler.c but no pr...
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by soin@Sep 13 2006, 02:21 AM which are the instruction that save registers and clears pie bit?
probably i miss something.
thank u
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=18247)
--- quote end ---
--- Quote End --- As David Cai wrote this is automatically done by the processor, not the software. If you want nested interrupts you have to explicitly re-enable interrupts in your ISR.