cancel
Showing results for 
Search instead for 
Did you mean: 

Nucleo STM32F411 seems bricked

acapola
Associate III

I am using a Nucleo STM32F411, without any hardware modification.

I am working on a project which involves only UART and Debug monitor interrupt, so my code does not write anything to flash nor to option bytes. Yet it seems that the board is bricked after running my firmware. I tried STM32_Programmer_CLI and STM32CubeProgrammer to erase the flash but both fail:

Screenshot from 2026-04-13 08-30-30.png

is there a way to recover the board ?

1 ACCEPTED SOLUTION

Accepted Solutions
mƎALLEm
ST Employee

Hello,

Any low power mode used in your application?

Try to play with the CubeProgrammer options:

mALLEm_0-1776085524490.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

2 REPLIES 2
mƎALLEm
ST Employee

Hello,

Any low power mode used in your application?

Try to play with the CubeProgrammer options:

mALLEm_0-1776085524490.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
acapola
Associate III

Updating to v2.20, updating STLink firmware to latest version and using the following worked:

Screenshot from 2026-04-13 19-25-30.png