Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using of NRF_LOG_INFO without a new line and correct using of the log functions

Hello,

I try to use those functions for printing log massages on the Segger RTT terminal, but I have many problems with that.

1. How can I use this function without printing of new line? The meaning - I want to print dots (...) when nothing happens, but cannot - each dot is printed with a new line.

2. I need all prints from my applications: from interrupts, events, error handlers and etc, but I don't get it. Some of messages are printed, but many are not. I'm extremely cannot understand what is happened in my application (BLE NUS application, with transfer files and commands, event driven)

I'm very appreciate for help!

Thanks a lot!

Related