Updated STM32CubeIDE, can't find device on target
I upgraded STM32CubeIDE to version 1.14.1 today and can no longer connect with my target. The process of updating CubeIDE also updated my STLink-V3PWR debugger to V3PWR V4.J3.B1.P4. Now, programs that downloaded and ran just fine yesterday won't download with the "Target no device found" error.
The STMCubeMonitor-Power (version 1.2.1) software can take control, power on the target, get the temperature, reset my target board and can run the ULP Bench Test and report a ULPMark Score. That leads me to believe STMCubeMonitor-Power can download and run a program and my target board is still working. I don't have any other target boards available to try right now.
STM32CubeProgrammer gives a "Error: No STM32 target found!"
I'd appreciate any suggestions about how to fix this issue before I try rolling back the firmware on the debugger.
Here's the error I get in the CubeIDE Console window
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
Target no device found
Error in initializing ST-LINK device.
Reason: No device found on target.
Here's the error that pops up the CubeIDE "Problem Occurred" window
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.
Thanks
