2025-08-03 5:11 AM
I am using the Nucleo-N657X0 for a project. I was in the middle debugging my project and unplugged my board. Now I am unable to connect to my board for debugging or programming in the IDE. I can however connect to the board in CubeProgramming. How do I get my board to connect for debugging and programming again in IDE? I have the boot pins set to the following (just in case this helps):
BOOT0 = 0
BOOT1 = 1
This is what the console outputs when trying to connect.
Failed to bind to port 61235, error code -1: No error
Failure starting SWV server on TCP port: 61235
Failed to bind to port 61234, error code -1: No error
Failure starting GDB server: TCP port 61234 not available.
Shutting down...
Exit.
Thanks