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.

OMAP L138 DSP Interrupt Enable Register Address

Other Parts Discussed in Thread: SYSBIOS

Hello,

We are running a real time application on the DSP using clock timer triggered every 300 micro-second.

From time to time we have an important delay in the trigger, up to 5 milli-second. So our real time is completely broken. This happens more frequently when we using the UART intensively but does not seems related. I probed uartIsr() in the sysbios and did not see any unusual activity there. Also went to probe EventCombiner_dispatch() ... nothing there neither.

So I would like to confirm which CPU interrupted are masked by reading IER register (From SPRUFE8.pdf). However I cannot seem to find the register address. Could you please indicate it ? Also what is a good document to identify all CPU register addressed ?

Thank you,

Vincent Gadaud