2021-12-12 04:32 AM
tried to update the ST-LINK with the cubeIDE after that with the ST-LINK TOOL and at the end I tried to install the latest driver with device manager .
the STM32U575ZIT is pack fresh .
(nucleo)
2021-12-13 06:47 AM
I'm having the same problem with the (ST-LINK GDB server) connection, when I switch to 'ST-LINK (OpenOCD)' I can debug the application.
When I use the (ST-LINK GDB server) I get the following message:
-----------
STMicroelectronics ST-LINK GDB server. Version 6.0.0
Copyright (c) 2021, 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
Target unknown error 32
Error in initializing ST-LINK device.
Reason: Unknown. Please check power and cabling to target.
---------------
2021-12-16 02:08 AM
Version CubeIDE : 1.8
GDBserver version: actually don't know
even if some configuration work it still succeed only after 2-3 tries if work at all .
2022-11-18 05:35 AM
I have the same problem with Nucleo-WL55JC1 -- :( ;(... first I try with the latest version of cubeIde and I tried with older version.. got the same error.. Please Help.. :).. it's been a year is there any solution to this?
2022-11-18 08:24 AM
WL is ... read Error when I try to program my custom board
2022-11-24 10:21 PM
In my case, I get it to run by setting --> menu Run.Debug Configurations. Debugger:
1) connect to remote GDB Server Port Number change to not 61234 --> 61238, (while still chose Autostart local GDB server, Connect to remote GDB Server is not chosen, just change the number
2) Reset Behaviour: choose Hadware reset
Then it runs smoothly every time.. :) :), I really don't know what is the best/correct answer, just sharing my experience...