2020-08-06 09:46 AM
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
2020-08-06 10:48 AM
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:
2020-08-06 10:54 AM
Change the port.... so easy !!!
Thx, SOLVED !