FreeRTOS recommends the use of assembly language wrappers for interrupt service routines. As I understand it, this allows FreeRTOS to manage stack usage better. Otherwise an ISR uses the stack of whatever task it is interrupting. If so, for nested interru..
↧