2021-09-14 07:11 AM
Since I flashed the Nucleo-F439ZI board with a firmware, I can neither flash another firmware nor go into debug mode. No error message appears in the console.
What could this be?
Solved! Go to Solution.
2021-09-14 09:40 PM
2021-09-14 07:57 AM
Perhaps you reassigned the SWD pins. Perhaps you are going into low power modes.
> I can neither flash another firmware nor go into debug mode.
Why not? What happens? Show error messages, screenshots, and/or describe the problem you encounter.
2021-09-14 09:37 PM
Thank you for your answer.
Unfortunately, there is no error message in the console.
The debug window does not open and the microcontroller is still configured with the old firmware.
Is there any way to delete the firmware and set the microcontroller to factory state?
Here you can see my console Output after I pressed the debug button:
STMicroelectronics ST-LINK GDB server. Version 5.8.0
Copyright (c) 2020, STMicroelectronics. All rights reserved.
Starting server with the following options:
Persistent Mode : Disabled
Logging Level : 1
Listen Port Number : 61234
Status Refresh Delay : 15s
Verbose Mode : Disabled
SWD Debug : Enabled
InitWhile : Enabled
Waiting for debugger connection...
Debugger connected
Debugger connection lost.
Shutting down...
2021-09-14 09:40 PM
2021-09-14 11:12 PM
Thank you for the hint with the STM32CubeProgrammer.
After completely erasing the chip, I was able to flash a new firmware and switch to debug mode.
Thank you very much for your quick reply.