STM32WL55CCUx debug mode issue in STM32CubeIDE v1.4.1
- February 17, 2026
- 1 reply
- 291 views
I am using STM32Cube IDE version 1.4.1 where I'm debugging 1st the CM4 Core which is getting debugged and then I tried to debug CM0+ core which is not going into debug mode and showing the error :
Target unknown error 32
Error in initializing ST-LINK device.
Reason: Unknown. Please check power and cabling to target.
I tried this too
Launching the configurations
Launch the Cortex®‑M4 configuration to download both the Cortex®‑M0+ and Cortex®‑M4 images.
Resume the Cortex®‑M4 core until the C2BOOT bit is set in power control register 4 (PWR_CR4) to enable
the Cortex®‑M0+.
Launch the Cortex®‑M0+ configuration using the arrow next to the debug icon. The Cortex®‑M0+ is in the
running mode and the user can halt it after the debugger is started.
The core CM4 got into debugged mode but then the Core CM0+ is showing :
Debugger Connected
Waiting for debugger connection...
Debugger Connected
Waiting for debugger connection....
Debugger Connected
Waiting for debugger connection...
Why is it so?
Where is the problem.
