I am facing strange issue when I execute firmware with NRF_LOG_ENABLED set to 0.
During BLE communication, Firmware is crashing.
If I enable NRF_LOG_ENABLED, all is working fine.
Has anyone faced such issue?
I am facing strange issue when I execute firmware with NRF_LOG_ENABLED set to 0.
During BLE communication, Firmware is crashing.
If I enable NRF_LOG_ENABLED, all is working fine.
Has anyone faced such issue?

I see log messages in the debug terminal, so I suppose you have NRF_LOG_ENABLED set to '1' now? Anyway. The CPU registers shows that hardfault exception has been raised in your program. You can try to use our HardFault handling library to help find out what's really causing it.