Open rokath opened 1 year ago
The trice tool could try to connect to the GDB Server to read the RTT data directly. It may need to implement the RTT protocol then, what seems possible.
A simpler way could be https://wiki.segger.com/RTT#TELNET_channel_of_J-Link_software. By directly connecting from trice, the RTT channel n is selectable within 100ms. The FF n control sequences expected to be not a problem then.
Point 15.6 in https://openocd.org/doc/html/General-Commands.html
Add an ST-Link RTT example
Add Linux issues doc
Extend -port JLINK -args=...
with params, when only part of them is given.