You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mbed-os-example-bootloader-blinky does not work on xDot. This is because the bootloader does not clear interrupts correctly before handing over control to target application. mbed_application.c evaluates isr_count to 1 on this platform, which is not correct. Manually patching the isr_count to 192 makes the target app start up correctly.