Hello, I want to understand why some example with the "nrf52832" crash. My project is about to scan BLE device to found tags.
To start, I have tried multiples examples from the SDK library. I am interested in these :
example : ble_app_hrs_c
I didn't make them work. (RTT Log)
<info> app_timer: RTC: initialized. <error> app: Fatal error
Function : nrf_sdh_enable_request() return error 7. (Wrong parameters ?)

This beacon example work with my hardware ble_app_beacon.
What can be the problem, and how can I make the example work ? I suspect wrong configuration in my sdk_config.h
My setup:
Software:
- Firmware: pca10040 / s132
- Stack Bluetooth : SoftDevice S132.
- SDK : nRF5_SDK_17.1.0_ddde560
Hardware:
- MDBT42Q-512KV2 from Raytac with a nrf52832.
- J-Link Debug Probes
- Voltage : 1.8V
- 32KHz qwartz is present.
Environment:
- Kubuntu (Linux)
- arm-none-eabi-gcc (v10.3.1) (xpack) + make
Regards,
lilian