6 years, 1 month ago.

STM32 FlashIAP problem

Hi, I'm trying to develope a bootloader application for my stm32f401 board, starting from mbed-bootloader-example.

I want to update the firmware via UART serial port.

I can successfully compile application+bootloader and program it via stlink. The bootloader mbed_start_application works well and the main application start. But if I try to write a new firmware by bootloader I got problem.

My problem is that FlashIAP Erase function always fails.

Does anyone found solution ?

Please help

Be the first to answer this question.