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.

SysLink and HWI interrupt allocation on OMAP-L138 DSP

Other Parts Discussed in Thread: OMAP-L138

I'm using SysLink in my project to manage some shared memory between the ARM and DSP on the OMAP-L138.  The docs suggest that SysLink (via its Notify framework) uses the inter-core interrupts to make this happen.  That's fine.  However I also have some critical DSP interrupts which need to be serviced promptly (per an earlier post) and which shouldn't have lower-priority things getting in the way.

Two questions then.

a) Please can someone let me know what interrupt number(s) this uses on the DSP, so I can ensure my critical interrupts disable them in their IER disable masks?

b) Please can someone check what the SysLink HWI(s) do for their own masking, so that I can be sure they aren't getting in the way of more important stuff?