Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 8 months ago.
ST Nucleo Bootloader - is possible to create an Mbed Bootloader project with mbed-cli?
I'm working with some NUCLEO boards with MBED, and for some of my projects I need to update firmware via UART.
I read documentation and I'm trying to develop an MBed-Bootloader for my (for now) NUCLEO_F401RE. I'm managed to create the project, create the bootloader firmware and compile the project image (bootloader + main_program).
The problem is that when the bootloader write the new firmware (received via uart) something doesn't works well. I think that the problem is in the FlashIAP library.
Have you ever done something for this?
Thank.
Regards