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?