Hi,
I would like to clarify the ISR implementation for Timer interrupt on OMAP3530 EVM.
I'm not sure that ISR returns "SYSINTR_TIMING" to a kernel on BSP (ver.6.14.01) for Windows Embedded CE 6.0.
I tried to measure ISR and IST latency using ILTiming.exe on CE 6.0, but IST doesn' t receive SetEvent (an event object associated with SYSINTR_TIMING) from kernel. Therefore, ILTiming.exe (IST) times out at WaitForSingleObject(hEvent, 30000).
I guess ISR implemented in OAL doesn't work properly.
Is the code of ISR in the BSP (ver.6.14.01) implemented properly in order to receive timer interrupt and return SYSINTR_TIMING to a kernel?