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.