Hi,
I'm just reading and thinking about HWIs.
I'm thinking of using three HWIs to handle asynchronous events.
As I understand it the DSP/BIOS dispatcher enables interrupts which means HWI functions can themselves be interrupted.
The nesting of interrupt functions can be controlled using the interrupt mask.
If I specify an interrupt mask other than "all" then do lower priority interrupts interrupt higher priority ones? In other words, if I have an INT4 handler that is perhaps a bit long will it get interrupted if an INT5 occurs before it has finished?
Thanks,
Matt