This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Cant get J-Link RTT Viewer to show log information

Hello again Nordic Pros,

I am trying to get some debug logging going using the 52DK running ble uart central under SDK 12.3 and RTT Viewer v6.4.

I have setup config.h as such:

and added this line to test getting a log with each RX event:

...
        case BLE_NUS_C_EVT_NUS_RX_EVT:
            NRF_LOG_DEBUG ("TEST!\r\n");
...

Yet there are no logs in any RTT Viewer Window when characters are sent via BLE.

What am I missing here?

Robin @ TL

I now have RTT-Viewer showing logs.  However, there are 2 problems:

1.) If I turn on timestamping, my board hangs,

2.) When logging is enabled, I cannot command the board via the terminal.

Any suggestions on how to remedy this issues is greatly appreciated!

Thanks 

Robin @ TL

Parents Reply Children
No Data
Related