Skip to main content
Associate
November 20, 2025
Question

STM32 WB55RG sudden fail

  • November 20, 2025
  • 3 replies
  • 306 views

-------------------------------------------

Board: STM32 WB55RG

OS: Ubuntu 25.10 questing

Kernel: x86_64 Linux 6.17.0-6-generic

STMCubeProgrammer Version: v2.21.0

-------------------------------------------

I recently noticed that my board was not being flashed with the following error:

No STM32 target found! If your product embeds Debug Authentication, please perform a discovery using Debug Authentication

I tried connecting the board using the STM32CubeProgrammer and while the board is recognized correctly by ST-LINK (the serial number shows up) I still cannot connect the board because of the same error.

When the issues started to occur, I was using my board normally with the usual code running when the board suddenly stopped providing power to the pins; I was using the board to power an external device using the 5 V pin, but my meter only measures about 1 V across the 5 V pin and GND and 200 mV across 3.3 V and GND.

Connecting the board still shows bicolor LED blinking and the LED 4 is always on which I was told it indicates over currents somewhere on the board.

The board also has this fail.txt file when connected using USB:

The interface firmware FAILED to reset/halt the target MCU

I believe the board might be unrecoverable, but I would like to know if anyone has ever had similar issues, if it's common or what might be the causes.

Thanks in advance.

 

 

 

3 replies

Andrew Neil
Super User
November 20, 2025

Welcome to the forum.

You need to give some more details - please see How to write your question to maximize your chances to find a solution.

In particular:

  • What board are you using?
  • What CubeProgrammer version, and on what OS?

 


@matteoballotta wrote:

the board suddenly stopped providing power to the pins..


Please clarify what you mean by this?

 

Does your code put the CPU to sleep and/or disable/reconfigure the debug pins?

See also these Knowledge Base articles:

How to solve connection errors when connecting and programming the STM32 target board.

How to solve debugger connection issues.

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Associate
November 20, 2025

Thanks for your reply.

I added some details.

- Does your code put the CPU to sleep and/or disable/reconfigure the debug pins?

The code only reads data from and ADC via SPI and transmitted them via Bluetooth, it was created using Zephyr RTOS.

I'm going to check out the links you kindly provided; in case I figure out the issue I will update the thread.

Thanks.

Andrew Neil
Super User
November 20, 2025

It's best not to edit a post after it's had replies - it disrupts the "flow" of the thread.

You still didn't say what board you're using: WB55RG is just the chip;  it doesn't specify a board.

 

Also, what did you mean by, "the board suddenly stopped providing power to the pins" ?

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Technical Moderator
November 20, 2025

hello @matteoballotta 
can you verify the target voltage detected using cube programmer?

 

Gyessine_1-1763650918715.png

Also did you try to connect to it after putting it in BOOT0 ?

BR
Gyessine

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.