Hi Factory guru,
Is there any nested interrupt example in the starterware? I checked it but not found it.
Thanks!
Yaoming
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.
Hi Factory guru,
Is there any nested interrupt example in the starterware? I checked it but not found it.
Thanks!
Yaoming
HI Yaoming,
Support for IRQ nesting is there only in StarterWare_02.00.00.07, for AM335x. There is an example to demonstrate nesting under /examples/evmAM335x/irq_preemption/.
And, by default, StarterWare_02.00.00.07 supports nesting. Based on the priorities you assign to the interrupts, preemption will happen as desired.
Regards,
Sujith