Hello,
I have nrf52832 dev kit and the device. I try to make smaller code size and setup Optimization Level 2 for size.
BLE works, but when connect by NRF connect and send some data to a characteristic it went to the error handler and has error: "NRF_FAULT_ID_SD_ASSERT"
What it could be?
Note! All works well with optimization.
#if defined(SOFTDEVICE_PRESENT) && SOFTDEVICE_PRESENT
case NRF_FAULT_ID_SD_ASSERT:
NRF_LOG_ERROR("SOFTDEVICE: ASSERTION FAILED");
break;