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: Question about interrupts: Are interrupts processed in series? Can they be processed in parallel on one CPU?

Part Number: TMS320F28379D


Hello hope you are well,

I just had a question about the way interrupts are handles on the C2000 F28379D.

Do all interrupts run in series? So, while one interrupt is running, no other interrupts can run until the interrupt has been acknowledged? Or to get to a more core question, can only one interrupt be serviced at any one time? 

Or can interrupts be processed in parallel? If the interrupts are only processed in series, would you be able to switch between servicing two interrupts to give the effect of them running in parallel?