[SOLVED] show messages in RTT and SystemViewer

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • [SOLVED] show messages in RTT and SystemViewer

    Hi,

    is it somehow possible to show printf-style messages in the JLinkRTTClient AND the SystemViewer GUI?

    I like the annotation style of SystemViewer but for simpler tasks it would be nice to have the messages shown in a terminal window, too.

    thanks
    Peter
  • Hi Peter,

    SystemView and RTT Terminal are using different RTT channels.
    To get output in both tools you will have to send it twice, once with SEGGER_SYSVIEW_Printf() and once with SEGGER_RTT_Printf()/printf().

    Best regards
    Johannes
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.
  • Hi,

    No, Channel 0 is the only one, which is available to RTT Client.
    It is also not possible to get RTT Data from one channel with different applications.

    Best regards
    Johannes
    Please read the forum rules before posting.

    Keep in mind, this is *not* a support forum.
    Our engineers will try to answer your questions between their projects if possible but this can be delayed by longer periods of time.
    Should you be entitled to support you can contact us via our support system: segger.com/ticket/

    Or you can contact us via e-mail.