Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Hardfault after BLE connection, in BLE with ADC app

Hi,

I'm using SDK 14. I started from ble_uart application, and to use ADC as well I ported ble_app_uart__saadc_timer_driven__scan_mode (SDK 13) to SDK 14 (made changes in main.c, sdk_config.h, Makefile). It compiles and runs fine.

Here's an example from the run:

ADC output

Now I search for the device by a smartphone through BLE and I find it and connect successfully.

The problem is that once I connect to it, the device falls into a hard fault:

hard fault

Any help is appreciated...

Thank you!

Parents Reply Children
Related