I see there are a couple interrupts with priority of 17 & 16. Are those software interrupts? If yes, how do you "throw" them? Would it be possible to throw one of those software interrupts in a timer interrupt so that they run after the timer interrupt exits? If not, is it possible to have the timer interrupt start code that is lower priority than all interrupts and then exit?
I am new to microcontroller programming.