Skip to main content
Associate
June 29, 2025
Solved

What harms STM32

  • June 29, 2025
  • 3 replies
  • 565 views

Hey everybody. I had 3 STM32 F401RE for my robotic project but now I got "no stlink detected" error. Once I turned my computer off with shot down and then on again I couldn't get stm32 to work again, that's why one of them went away, the other one was when I turned the driver on and off while the stm32 was connected to the stepper motor driver and then it went away, i don't remember the other one. My first question is are these stm32s completely broken, can i save them? My second question is if they are completely gone, how can i save my next purchases?

Best answer by TDK

If they were working before, and no longer are, probably the hardware is damaged. Most likely this is due to an overvoltage condition. Especially if it's happening repeatedly.

 

With motor applications, you should pay attention to inductive loads and ensure you have a flyback diode to prevent overvoltage and backpowering.

https://en.wikipedia.org/wiki/Flyback_diode

 

3 replies

Peter BENSCH
Technical Moderator
June 29, 2025

What tool is giving this error?
What ST-LINK are you using?
Can you share a photo from back and front of the ST-LINK?

Regards
/Peter

MaprexAuthor
Associate
June 29, 2025

Helle Peter, I am using normal STM32 F401RE and the ST-LINK comes embedded in Nucleo Board. When I jumped in the CubeIDE it gives the error

TDK
TDKBest answer
Super User
June 29, 2025

If they were working before, and no longer are, probably the hardware is damaged. Most likely this is due to an overvoltage condition. Especially if it's happening repeatedly.

 

With motor applications, you should pay attention to inductive loads and ensure you have a flyback diode to prevent overvoltage and backpowering.

https://en.wikipedia.org/wiki/Flyback_diode

 

"If you feel a post has answered your question, please click ""Accept as Solution""."
Ozone
Principal
June 30, 2025

> ... the stm32 was connected to the stepper motor driver and then it went away, ...

Attaching inductive loads without proper protective circuitry is the surest way to kill off any MCU.

MaprexAuthor
Associate
June 30, 2025

Thanks for your replying but I wired only PWM and Direction signals to STM32

mƎALLEm
Technical Moderator
June 30, 2025

Better to show schematics so others can identify the issue in your design.

"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."