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

Color in RTT Viewer

I want to highlight some items in RTT Viewer So I tried the color control, but didn't work This is my code.

SEGGER_RTT_printf(0, "%s[Mutex error:%u]\n%s", RTT_CTRL_BG_BRIGHT_RED, status, RTT_CTRL_RESET);

But I got the control string directly printed in the RTT viewer. Did I miss anything? Thanks

Related