Hi!
About my application:
SDK 16.0.0.
FreeRTOS and SoftDevice s140.
Peripheral role (buttonless dfu without bonding)
Central role NUS_C
When incoming connection send data over nus i'm getting error.
in task.c
I've tried to change stack size (FreeRTOS and main). Set configCHECK_FOR_STACK_OVERFLOW to 1, vApplicationStackOverflowHook doesn't handle. If I remove ble_db_discovery_start on BLE_GAP_EVT_CONNECTED - everything work.
Any assumptions why it might happen? I don't have ideas where to dig.