cancel
Showing results for 
Search instead for 
Did you mean: 

help: is that possible I missed my bootloader?

ali cheraghinezhad
Associate
Posted on December 31, 2016 at 12:09

Hi, I have erased my nucleo STM32f401re by keil ide, now it doesn't work, also not respond to a simple program like blink or serial port printing hello world, just two red LEDs remain on as soon as power on, is there anybody can help me? is that possible I missed my bootloader?

#thanks-for-your-help-!-! #help. #bootloader-problem #works-in-keil #not-working
1 ACCEPTED SOLUTION

Accepted Solutions
Posted on December 31, 2016 at 17:29

The system loader is in ROM/OTP, it is not something you can erase or corrupt.

If your code has broken the part, then strap BOOT0 high so it boots into the System Loader instead, and erase the part from there.

Download the ST-LINK Utilities, make sure the ST-LINK has current firmware, and erase the part using that.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

2 REPLIES 2
Posted on December 31, 2016 at 17:29

The system loader is in ROM/OTP, it is not something you can erase or corrupt.

If your code has broken the part, then strap BOOT0 high so it boots into the System Loader instead, and erase the part from there.

Download the ST-LINK Utilities, make sure the ST-LINK has current firmware, and erase the part using that.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
Posted on December 31, 2016 at 18:09

Thanks Clive for your kind information, I will try to erase the broken part inside my boot loader by ST_LINK utilities, I will share the result, thank you