Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

NRF_LOG flood

Hello,

I have enabled NRF_LOG over RTT but I get flooded by the same message until my application crashed.

For example:

  // Initialize.
  log_init();
  timers_init();

I get continuously:

 

what am I doing wrong?

Related