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.

TMS320F2800157: Priority levels C2000

Part Number: TMS320F2800157
Other Parts Discussed in Thread: C2000WARE

Hi,

I'm trying to find a corollary to the interrupt priority levels in ARM MCUs. I want to be able to perform math based on ADC readings at the highest priority regardless of whether an interrupt is currently being serviced, but I see that nested interrupts are not supported. What's the general model for having multiple priority levels (e.g. ADC servicing higher priority than SPI comms) ? Is there an example implementing nested interrupts in software I can follow?

Thanks.