Two CubeIde instances with two Debugger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-06 9: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
- Labels:
-
SPI
-
STM32CubeIDE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-08-06 10:54 AM
Change the port.... so easy !!!
Thx, SOLVED !
