Hi there,
I understand and I have managed to have both Shell and LOG_ message over RTT (using RTT Viewer). However I am wondering to have the Shell in one Terminal (for example Terminal 0) and the LOG_ messages in a different terminal (for example Terminal 1)?
I have tried the following:
CONFIG_USE_SEGGER_RTT=y CONFIG_LOG=y CONFIG_LOG_BACKEND_RTT=y CONFIG_LOG_BACKEND_RTT_BUFFER=1 CONFIG_LOG_BACKEND_UART=n CONFIG_SHELL=y CONFIG_SHELL_MINIMAL=y ## We will not use USART CONFIG_SHELL_BACKEND_SERIAL=n CONFIG_SHELL_BACKENDS=y CONFIG_SHELL_BACKEND_RTT=y #CONFIG_SHELL_LOG_BACKEND=n CONFIG_SHELL_BACKEND_RTT_BUFFER=0
and I get the following output
Any thoughts?