Senior III
July 12, 2022
Question
STM32CubeIDE Multiple STlink Debug of same Project
- July 12, 2022
- 2 replies
- 1996 views
We have a system of many interconnected STM32 boards of various types.
Today I need to debug two identical boards of same type.
I can step code in two different STM32 projects by starting two IDEs,
but ...
When I start multiple IDEs and try to do debug with same project It fails.
- same project (same code) on both boards
- IDE's using different workspaces
- Autostart GDB set to different Ports
Two IDEs on different projects can do debug at same time
Fails when I try two IDEs on same project
*How can I debug two boards running same project at same time?
(Hoping don't have to duplicate code space as that often leads to code differences as work through debugging)
Paul