Skip to main content
Associate II
December 22, 2025
Question

STM32L433RCT lock-up problem

  • December 22, 2025
  • 2 replies
  • 380 views

Hello,
While rapidly powering the MCU on and off to simulate the vehicle’s internal power conditions, I have observed that the MCU occasionally ends up in this error state.
Has anyone experienced a similar issue or can provide insight into what might be causing this behavior and how it can be resolved?

albfurkan_0-1766413528287.png

 

2 replies

Andrew Neil
Super User
December 22, 2025

Welcome to the forum.

Please see How to write your question to maximize your chances to find a solution for best results

 

If the power's been cycled, you'd expect the MCU to reset - so you'd expect it to go to the Reset Handler ?

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.
TDK
Super User
December 22, 2025

Reset_Handler is the expected starting point of the application. There is no indication of an error here.

You can't maintain a debug connection while power cycling, so it's not exactly clear how you got into this state.

"If you feel a post has answered your question, please click ""Accept as Solution""."