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.