nrf52840 nrf5_sdk_17.1.0 ''nrf_sdh_ble_enable" error code 4

    error_code = nrf_sdh_ble_enable(&ram_start);
    APP_ERROR_CHECK(err_code);

recived error code 4

I am using nrf52840 for my application and use ble_app_template_pca10056_s140 for my project
and receives error code 4 for nrf_sdh_ble_enable

Related