This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to view debug log please?

Hi, All

Just wonder how to view the log info like below, it is used in peripheral uart example.

LOG_DBG("tx_done");
which config/tool allow this please?
Thanks!
Ping
Parents
  • Hi, Marte

    Thanks for reply.

    For this particular example - the peripheral UART, I can see the RTT log like below

    "LOG_INF("Received data from: %s", log_strdup(addr));"

    and also I opened a UART terminal to receive/send some message over UART, but I cannot see the LOG_DBG info like 

    LOG_DBG("rx_rdy"); etc.
    Please help!
    Ping
Reply
  • Hi, Marte

    Thanks for reply.

    For this particular example - the peripheral UART, I can see the RTT log like below

    "LOG_INF("Received data from: %s", log_strdup(addr));"

    and also I opened a UART terminal to receive/send some message over UART, but I cannot see the LOG_DBG info like 

    LOG_DBG("rx_rdy"); etc.
    Please help!
    Ping
Children
Related