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.

TMS320F28379D: F28379D interrupt Priority

Part Number: TMS320F28379D

Hi,

In my software, I'm using 2 interrupts, one with a Timer (Timer0), and one with the SPI (FIFO interrupt).
Concerning the priority of these interrupt, Timer0 has the highest priority?
So normally, to start, SPI interrupt has to wait that Timer0 interrupt is finished?
And if we're executing SPI interrupt and Timer0 interrupt happen, we stop SPI interrupt and start Timer interrupt execution?

Because in my case, SPI interrupt start at the end of the Timer0 interrupt, so it's fine. But SPI interrupt doesn't stop when Timer0 interrupt happens.
It's not ok?

Before sending you my code, first I need to understand how interrupt priority work.

Thank you.

Regards