RTT Viewer

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

  • Hello,
    is it possible to use RTT Terminal Support in SEGGER Embedded Studio?
    I need to separate messages to Terminal 0, Terminal 1 etc.

    Second problem is in 'Debug Terminal' windows, Studio misses a lot of debug messages at the beginning, then it displays regularly.

    Regards
  • Hi,

    No, virtual Terminals are only available in the J-Link RTT Viewer.

    Which version of SEGGER Embedded Studio are you using and which target device?

    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,
    it is Segger Embedded Studio 2.14 and target is STM32F107VC.
    Is there any option that we can embed RTT Viewer output to 'SES' (or any telnet client) ? I mean stdout redirection.
    Because RTT is very useful for debugging .

    Regards
    ilkay KOZAK
  • Hi,

    Embedded Studio includes RTT output into its Debug Terminal.
    Simply include SEGGER_RTT.c and SEGGER_RTT_SES.c in your project.
    (They are normally added when creating a project in Embedded Studio)

    But as written before, output can only be done into one Terminal, multiple Terminals are not supported.

    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.