Hi,
I use SDK 15.2 and nRF52832 PCA10040 EVB to develop.
The SoftDevices version is s132_nrf52_6.1.0_softdevice.hex.
I use ble_app_hrs_freertos sample code on IAR.
After compiler, I push button 1 that will enter NRF_LOG_ERROR("Fatal error") in app_error_weak.c.
And, MCU will reset.
It happened that's from prvTaskExitError in call stack windows.
I have no idea to deal with it.
Could you help me to solve it?
Thank you.