This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Please Clarify How Multiple HWIs Behave

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