cancel
Showing results for 
Search instead for 
Did you mean: 

Two CubeIde instances with two Debugger

OBorg.1
Associate III

Hello all,

I have a SPI project: One Nucleo Board = SPI Master, Another Nucleo = Slave.

I want to debug both boards (onboard STLink) at the same time by running two instances of CubeIde.

Problem: both STLink listening to the same port on my PC. When one debugging is running the other IDE can not start debugging.

How can I solve this issue?

Thx

2 REPLIES 2
KnarfB
Principal III

That's not an issue. You can change the port in the Debug Configuration. You should also scan for ST-LINK Devices and assign fixed serial numbers (=fixed ST-LINK devices) to each Debug Configuration. See picture:

0693W000003Of73QAC.png

OBorg.1
Associate III

Change the port.... so easy !!!

Thx, SOLVED !