Cortex-M4 inline asm context switcher: bx lr causes hard fault (PRECISERR busfault)
I’m trying to implement a context switch for my RTOS. The context switch occurs in my PendSV_Handler.
I’m trying to implement a context switch for my RTOS. The context switch occurs in my PendSV_Handler.