spatil123 wrote on Tuesday, May 29, 2012:
Hi,
I have FreeRTOS running on the STR912xx processor with ARM9 core. I am facing a problem with the external interrupt. An external device asserts an interrupt, and it doesn’t get serviced. The interrupt works for most of the time but there are cases when it doesn’t. I suspect that when it coincides with the TIM2 interrupt, it doesn’t work. The timer 2 interrupt has a higher priority than the EXT0 interrupt.
In a thread “Arm- nested irqs” Richard had mentioned that he has code for nested IRQ handling for the FreeRTOS. I had gone through all the details of this thread and convinced that I need nested IRQ handling. I would appreciate if Richard or anyone else shares this code.
Thank you very much for your help.
-Subhash