Hi,
I am working on implementing concurrent BLE UART central and peripheral service. I am doing this by taking "ble_app_hrs_rscs_relay" default example as a reference.
I am facing a issue where in "ble_stack_init()" function "nrf_sdh_ble_enable(&ram_start);" is returning "error code=4" and system is resetting.
I am using nrf52832 DK, sdk v14.0 and keil v 5.
How can I fix this issue?