I have some questions about how to setup interrupt mask and nest interrupt using DSP/BIOS? Does anyone know it? Thanks.
In HWI setting, the interrupt mask can be set as "self" or "all". Does "all" mean
any interrupt, including HWI, SWI, PRD? If we have multiple HWIs, and one of them
will trigger a SWI. If the HWI interrupt rate is high and SWI may take relative long
time, should we use "all" or "self" as HWIs' interrupt mask?
if a lower priority interrupt (serial port) is set for Self mask, then a) can it be
interrupted by DSP/BIOS interrupt? and b) if so, how long is the worst-case delay
until control returns to the lower priority int?