Forum Discussion
Altera_Forum
Honored Contributor
16 years agoCode to determine interrupt context?
Is it possible for a re-entrant C function to determine in which interrupt context it is running on a NIOSII processor? i.e. if it can be called from both the idle loop and an interrupt handler, can ...
Altera_Forum
Honored Contributor
16 years agoSo 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?