I've been trying to figure out what exactly happens on Teensy 3 when multiple interrupts are triggered. Generally speaking, if an interrupt with a higher group priority is triggered while servicing an interrupt, it will preempt. If multiple interrupts are pending with the same group priority...