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 softdevice enabled

Hi,

I am working on BLE project which has 2 custom services with characteristics values having properties as READ/WRITE and NOTIFY.

Now when I enabled NRF_LOG through UART. RTT logging is disabled in my case.

But after soft device initialization logging stops working.

Please suggest how I can debug into this error ?

I have attached my SDK_Config file which I am using for my project.sdk_config.h

Parents
  • My logs are working before soft device initialization. But after BLE stack initialized successfully NRF log is not working.

    Also I have tries with app_hrs example but in there also my logs are not working. I have used pin 6 and 8 for UART TX/RX. In my code logging is working just before ble stack initialization.

    My BLE functionality is working perfectly fine, BLE connect. READ/WRITE through nordic mobile app is also working as expected.

Reply
  • My logs are working before soft device initialization. But after BLE stack initialized successfully NRF log is not working.

    Also I have tries with app_hrs example but in there also my logs are not working. I have used pin 6 and 8 for UART TX/RX. In my code logging is working just before ble stack initialization.

    My BLE functionality is working perfectly fine, BLE connect. READ/WRITE through nordic mobile app is also working as expected.

Children
Related