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

NRF_LOG stops working after enabling softdevice

Hi, I can normally log with NRF_LOG_INFO(). But if i enable softdevice (bluetooth stack init) logging stops working. Interesting part is that there are several log lines before softdevice is enabled however none of them are shown if the code enables soft device.. And when i don't enable soft device all nrf_log functions work as expected. Using RTT logging. (52840, SDK15.0.0, S140 6.0.0)

Related