Environment
- nrf52832
- SDK 15.3
- SD 6.1.1
- with FreeRTOS
- Project: ble_app_buttonless_dfu
I have project with 4 timers and 3 tasks. Everything works fine when I start program. But after a few minute, timer and tasks stop coming, BLE is off.
I can click pause and continue debug on Segger, PC pointer will run around in tasks.c. After that I see this error "SOFTDEVICE: ASSERTION FAILED".
Any idea where this might come from?
Thanks.