2022-07-12 10:43 AM
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.
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
2022-07-12 12:24 PM
Yeah, I understand what you're trying to do, not sure this is coded with that level of complexity thought out, and fully through.
Perhaps you could have multiple instances running in different virtual-machines/boxes, sharing a common "network" view of the project/workspace?
I often develop multiple instances in Keil, either on same machine or on network, does give things like browser and source changed type warnings, but also cloning or duping the project instances there is also really easy. Ellipse? who knows.
2022-07-13 01:09 AM
I think I've also tried this and found that CubeIDE doesn't support it. :\
I resorted to using Segger Ozone instead:
https://www.segger.com/products/development-tools/ozone-j-link-debugger/
2022-07-13 01:12 AM