Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- So the NIOSII processor doesn't have the equivalent of an "interrupt level" register that it uses to decide whether to accept higher priority interrupts, in the way that many lower end processors have? --- Quote End --- Usually, int is working with interrupt disable. And idle task is working with interrupt enable. But checking stack pointer will be much better solution.