nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs
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

is there a way to write to Segger RTT logger directly (like a UART) without all the formatting etc?

I tried to deep dive through the macros, api abstractions and other layers but couldn't figure it out. The closest I got is this:

void debug_uart_print(const char * s)
{
    nrf_log_frontend_std_0(0, s);
}

but it doesn't do what I want. For some reason everything has this prepended.

00> <> CLOCK:  :

Parents Reply Children
No Data
Related