Altera_Forum
Honored Contributor
14 years agoenable/disable interrupt
Hi, I am porting a small kernel from avr to nios2 using a DE2 board. I have tried to modify the enable and disable interrupt macro like the follow: # define DISABLE_INTERRUPTS { asm ...