Part Number: TMS320F28377D-EP
Hello,
I have been reading about the DSP not nesting interrupt by default and I have been reading the following given link in the TRM
http://processors.wiki.ti.com/index.php/Interrupt_Nesting_on_C28x
I am just a bit concerned about a situation within my design.
In the situation where ADCINT1 is the trigger of CLA task1, no ADC ISR, what would happen if the TIMER0 is the source of an ISR being executed?
Would the ADCINT1 still trigger the CLA TASK1 in a deterministic fashion or do we need to wait for TIMER0 ISR to end before the ADCINT1 can trigger the CLA Task?
Thank you
Laurent