Application blinky example hangs when connecting with android app. I get 0x4001 error in app_error_fault_handler().
It is strange that when i use blinky app on android it is ok (leds and button works), but when I connect by any other android bluetooth scanner (also NRF Connect) the device stops wokring after one on two connection tries.Only reset helps after that.
The problem is on nRF52-DK and also on my own custom board. I dont use 32khz crystal and I change custom board setting to manage this.
#define NRFX_CLOCK_CONFIG_LF_SRC 0
#define NRF_SDH_CLOCK_LF_SRC 0
#define NRF_SDH_CLOCK_LF_RC_CTIV 16
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 16
#define NRF_SDH_CLOCK_LF_ACCURACY 1
SoftDevice s132, NRF52832. SDK 17.02
Any suggections ?