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.

TMS320F28075: SWPrioritizedISR files

Part Number: TMS320F28075


I have been using software prioritized interrupts in my projects for some time with the TMS320F28075. I recently discovered some files (F2807x_SWPrioritizedPieVect.c, F2807x_SWPrioritizedDefaultIsr.c, and SWPrioritizedInterrupts.c) in control suite that appear to be intended for use with software prioritized interrupts. Until now I've only included the F2807x_SWPrioritizedIsrLevels.h to set the ISR priorities, and simply used the non sw prioritized versions of the mentioned files. This seemed to work as desired, but I wonder if there is anything problematic with how my projects are setup and whether or not I should include the SW prioritized versions instead.