multiple debugger connection to same target using stlink
what is the best/easiest way to have multiple connections to the same debug target using stlink as a debug adapter, i mean during an active debug session within the cubeide have another PC tool (custom built) that can interract with the hw, like read/write memory and registers.
Theoretically the stlink can be shared via the stlinkserver, however its usage is not well documented (or at least i'm not aware of it)
Some possibilities i could think of:
1. talk to the stlinkserver directly somehow
2. next to the active gdb connection from cubeide have a telnet session from the other tool
3. use 2 instances of openocd, one from cubeide and the other for the tool (gdb based)
4. others?
I would prefer gdb based solution. Performance is relevant as i need to transfer large amounts of data
Any hints, ideas?
