Skip to main content
acapola
Associate II
April 13, 2026
Solved

Nucleo STM32F411 seems bricked

  • April 13, 2026
  • 2 replies
  • 102 views

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 ?

Best answer by mƎALLEm

Hello,

Any low power mode used in your application?

Try to play with the CubeProgrammer options:

mALLEm_0-1776085524490.png

2 replies

mƎALLEm
mƎALLEmBest answer
Technical Moderator
April 13, 2026

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
acapolaAuthor
Associate II
April 13, 2026

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

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