2024-08-01 03:46 AM
Hi,
I have recently purchased a NUCLEO-L552ZE-Q and I am trying to program it using the STM32CUBEIDE but it will not program. I get the following in the console:
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...
Debugger connected
Waiting for debugger connection...
Shutting down...
Exit.
The microcontroller has to then be reset manually but it isn't programmed and the default led cycle program runs.
Am I doing something wrong? I have had another nucleo board working just fine, the F767 I believe.
Thanks
Solved! Go to Solution.
2024-08-01 10:18 AM
Hello @TelepathicWalrus ,
This issue has already been reported to the development team under the internal ticket: 186929.
Thanks.
Mahmoud
2024-08-01 06:23 AM
Hello @TelepathicWalrus ,
First let me thank you for posting and welcome to the ST Community.
For more investigation, I suggest please that you provide the STM32CubeIDE version.
Thanks.
Mahmoud
2024-08-01 06:54 AM
I have tried both 1.15.1 and 1.16 but both do the same, curiously i can program it with the stm32cubeprogrammer but obviously i am unable to do any debugging.
2024-08-01 10:18 AM
Hello @TelepathicWalrus ,
This issue has already been reported to the development team under the internal ticket: 186929.
Thanks.
Mahmoud
2024-08-01 11:20 AM
Ah okay so there should be an update to STM32cubeide soon to fix it?
2024-08-02 01:48 AM
2024-08-02 06:13 AM
2024-08-02 06:38 AM
I appear to have the exact same issue
2024-08-28 10:24 AM
Hi,
Has there been any update yet? I really need to be able to use the debugger, unless there is another method to debug. Also I didn't mark that as the solution. I assume someone from st did but my problem is still here so it's not really a solution.
Thanks
2024-09-19 09:26 PM
Hello,
Try to use OpenOCD as debug probe instead of the ST-link GDB server. You can find that in debug configurations - tab debugger.