Zehpyr Shell + Logging on RTT

Dear Nordic,
There is an issue with simultaneous RTT shell and logging on nCS 2.0.0, please check the screenshot.
Althougth CONFIG_LOG_BACKEND_RTT_BUFFER=1 setting is made (I tried '2' also), logger still outputs the data to RTT 'terminal 0' (with 00 mark). What could be wrong here?
Parents
  • Dear Nordic, 

    there is some misunderstanding in terms: RTT Viewer operates by Terminals, not RTT channels. Altougth RTT channel for logger (RTT #1) is created and operates well, there is no ready-to-use software to view the logging output and use shell simultaneosly. 

    We could use SEGGER RTT Logger, but it only saves logs to file - no option to view logs online.

    Still, there is ability to select particular terminal mark or out to particular terminal using SEGGER_RTT_TerminalOut() funciton. So, do we have a solution to distinquish logs and shell interface between logical terminals easier than writing our own log backend?

Reply
  • Dear Nordic, 

    there is some misunderstanding in terms: RTT Viewer operates by Terminals, not RTT channels. Altougth RTT channel for logger (RTT #1) is created and operates well, there is no ready-to-use software to view the logging output and use shell simultaneosly. 

    We could use SEGGER RTT Logger, but it only saves logs to file - no option to view logs online.

    Still, there is ability to select particular terminal mark or out to particular terminal using SEGGER_RTT_TerminalOut() funciton. So, do we have a solution to distinquish logs and shell interface between logical terminals easier than writing our own log backend?

Children
No Data
Related