Hi,
I'm trying to work with RTT and SystemViewer but can't get the messages to show up at the SystemViewer window.
I can see them with JLinkRTTClient.
what do I need to call on the Target?
these do not work for me:
SEGGER_RTT_printf(0,"Test_printf");
SEGGER_RTT_TerminalOut(1,"Test_1);
or something else?
edit:
This prevents SystemViewer 2.28 from working at all:
SEGGER_RTT_printf(1,"Test1");
I'm trying to work with RTT and SystemViewer but can't get the messages to show up at the SystemViewer window.
I can see them with JLinkRTTClient.
what do I need to call on the Target?
these do not work for me:
SEGGER_RTT_printf(0,"Test_printf");
SEGGER_RTT_TerminalOut(1,"Test_1);
or something else?
edit:
This prevents SystemViewer 2.28 from working at all:
SEGGER_RTT_printf(1,"Test1");
The post was edited 2 times, last by pruesch ().