Was trying this on a G0 MCU and ran into problems. Tracked it down to my calling of JumpToBootloader() from within a FreeRTOS task context. This has the result of going into the bootloader while SP is using PSP not MSP and the bootloader ends up co...