Question
Debugger not working after upgrade to STM32CubeIDE 1.1.0
Hi,
after upgrading my STM32CubeIDE application to latest version 1.1.0 I'm unable to debug my project.
According to the log it seems that debugger is unable to identify my STM32F401RE anymore.
I tried with a new empty project and I encountered the same issue. Here following the output of the log:
STMicroelectronics ST-LINK GDB server. Version 5.3.2
Copyright (c) 2019, 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
Waiting for debugger connection...
Debugger connected
-------------------------------------------------------------------
STM32CubeProgrammer v2.2.0
-------------------------------------------------------------------
Log output file: /tmp/STM32CubeProgrammer_7uowht.log
ST-LINK SN : 50FF71067788545428432167
ST-LINK FW : V2J34S7
Voltage : 3.19V
SWD freq : 4000 KHz
Connect mode: Under Reset
Reset mode : Hardware reset
Cannot identify the device
Error: unknown or unsupported device (DevID = 0x0000)
Memory Programming ...
Opening and parsing file: ST-LINK_GDB_server_V9fWXA.srec
File : ST-LINK_GDB_server_V9fWXA.srec
Size : 7328 Bytes
Address : 0x08000000
Erasing memory corresponding to segment 0:
Download in Progress:
File download complete
Time elapsed during download operation: 00:00:00.056
Verifying ...
Error: Data mismatch found at address 0x08000004 (byte = 0x55 instead of 0xB1)
Error: Download verification failed
Encountered Error when opening /Applications/STM32CubeIDE.app/Contents/Eclipse/plugins/com.st.stm32cube.ide.mcu.externaltools.cubeprogrammer.macos64_1.1.0.201910081157/tools/bin/STM32_Programmer_CLI
Error in STM32CubeProgrammer
Debugger connection lost.
Shutting down...