I just started using the RTT and it's been a huge help. I'm working on a multilink application, and would like to have each link output to a different RTT terminal. I use the SEGGER_RTT_printf(0, " string "); call. I thought all I needed to do was change the 0 to a 1 (or to the terminal number I want to use). When I call SEGGER_RTT_printf(1, " string "); I don't see the string in the RTT viewer. Terminal 0 still works.
Can I send data to the different terminals in RTT Viewer? If so, how do I configure it?
Thanks