This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

RTT viewer clear screen

Hello!

I've been using RTT viewer to view some data in my nRF52832. Everything works fine but I am unable to clear the RTT viewer terminal screen.

As it is in the manual I tried using: SEGGER_RTT_WriteString(0, RTT_CTRL_CLEAR);

No luck... Then i tried this: SEGGER_RTT_WriteString(0, CLR_SCR);

where CLR_SCR is "\x1B[2J" or "\033[2J"

I had no luck with that either... Any idea on what might clear the terminal by code executed in the mcu.

Thank You!

Related