Hi, All
Just wonder how to view the log info like below, it is used in peripheral uart example.
Hi Ping,
To get debug logs you must set the log level to the highest level. You can find more information about the logging here: Logging in nRF Connect SDK and Zephyr Logging.
Additionally, in the Peripheral UART sample logging is done over RTT and not UART, since UART is used for other things, so you must use RTT Viewer to view the logs as explained here: How to use RTT.
Best regards,
Marte
Hi, Marte
Thanks for reply.
For this particular example - the peripheral UART, I can see the RTT log like below
and also I opened a UART terminal to receive/send some message over UART, but I cannot see the LOG_DBG info like