-
Notifications
You must be signed in to change notification settings - Fork 3k
Description
Description
- Type: Question
I'm trying to implement a bootloader for the xDot (STM32L151CC) and am struggling.
I have followed instructions here
https://docs.mbed.com/docs/mbed-os-handbook/en/latest/advanced/flash/
to implement the flash IAP routines but the bootloader hard faults while trying to program a page.
here are my fork's
(edit 5.4.7 fork removed)
https://github.com/chrissnow/mbed-os/tree/xDot-Bootloader
https://github.com/chrissnow/mbed-os-example-bootloader/tree/xDot
https://github.com/chrissnow/mbed-os-example-bootloader-blinky/tree/xDot
the application also does not run if I program with the combined binary.
I tried to use mbed-os master but had all sorts of runtime errors relating to mutexes in ISR's despite being in the main routine.
cc @janjongboom