2025-07-25 3:21 AM
I have questions on the System Memory Boot Mode of the STM32G070CB MCU
Setup:
What I tried to do was exit the System Memory Boot Mode and Access the Main Application, but failed:
Abnormal UART Log (unknown pattern)
Normal Application Uart Log (expected)
Question:
2025-07-25 7:10 AM
Looks like the application is running but the clock rate is not as expected.
The time between UART bursts is about 0.7s instead of 1s and the length is similarly reduced. This indicates a bad clock speed.
Doesn't seem like a GO command problem but rather a clock initialization problem. Connect with the debugger and examine the state of the chip.