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!