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

BLE runs only while debugging off

I have problems with my custom board.

I developed the firmware with the nrf52832-dk custom and there the firmware runs standalone (with RTT logs on and without) .

but now the firmware work well but when I want to see debug terminal the ble is off, and when I stop debuging the ble become ON and it apears ,
I see that what cause this probleme is: NRF_LOG_BACKEND_RTT_ENABLED.
now when I m disbabling it the ble work fine and apear on my phone but, when I want to active that, I can see my debug but the ble become OFF 
any ideas ?
btw even if with release mode or debug mode its the same the problem, I'm with working with SES

Parents Reply Children
Related