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.

Compiler/TDA2EXEVM: How to handle the nest interrupt in Cortex-A15?

Part Number: TDA2EXEVM

Tool/software: TI C/C++ Compiler

Hi,

In Cortex A15 -MPU : We are starting three timer ,Timer3,Timer9,Timer11 at time with Enable the interrupt for all 3.We have configured the priority Higher for timer11 ,time9  then timer3. When use one timer  it work properly.When we start two timer like timer3 and timer9  at time we had got interrupt of timer3 then timer9. Before existing for Timer3 Isr subroutine of  timer 9 interrupt came .Timer 9 interrupt was not properly exit from ISR exit routine.

How to Handle the nested ISR in cortex A15?