Unable to flash Nucleo-H563ZI with STM32CubeIDE V1.14
I wanted to use a Nucleo-H563ZI but I can’t program it:
STMicroelectronics ST-LINK GDB server. Version 7.5.0
Copyright (c) 2023, 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
Waiting for debugger connection...
Shutting down...
Exit.
Error in final launch sequence:
Failed to execute MI command:
target remote localhost:61234
Error message from debugger back end:
localhost:61234: Connection timed out.
Failed to execute MI command:
target remote localhost:61234
Error message from debugger back end:
localhost:61234: Connection timed out.
localhost:61234: Connection timed out.STLINK firmware version: V3J13M4
But with STM32CubeProgrammer it works. So it seems to me that the board and the STLINK are in working order.
After several tests with my application, I made a cleaning:
- Uninstall STM32CubeProgrammer and STM32CubeIDE
- Install STM32CubeIDE 1.14
- Install STM32CubeProgrammer 2.15
- Create a new workspace
- Import a simple example of the H5 package: GPIO_IOToggle
Compilation OK, but flash download impossible.
But STM32CubeProgrammer works and the LEDs blinks.
I also have a Nucleo-H723 board with a STLINK V3 (but seems to be a different version than that of the H563 board) => Doesn't work either (With the same version of STLINK firmware: V3J13M4)
But download and debug work on the H723 board with TrueSTUDIO. So the board works.
What's stopping me from using these boards with STM32CubeIDE?
