Other Parts Discussed in Thread: CONTROLSUITE, SPRC097
Hi to all,
I'm developing a program on DSP2812 using interrupt. I read documentation about this, but I'm not clear if it is possible to work with nested interrupt.
For example: I have 2 interrupt source which are part respectively of INT1 and INT2 groups, both enabled at every level (peripheral, PIEIER, PIEACK, IER, CPU INTM).
If CPU is servicing INT2 (and INTM is again asserted), is it possible to service an incoming INT1 interrupt while ISR for INT2 is still in progress ? (or viceversa ??). Does DSP hardware recognize a new interrupt pending and service it with a new context saving ? And after that, RFI instruction return to previous ISR context ?
Thanks