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

Parents Reply
  • 00> <info> app_timer: RTC: initialized.
    00>
    00> <debug> nrf_sdh: State request: 0x00000000
    00>
    00> <debug> nrf_sdh: Notify observer 0x0003EB94 => ready
    00>
    00> <debug> nrf_sdh: State change: 0x00000000
    00>
    00> <debug> nrf_sdh: State change: 0x00000001
    00>
    00> <warning> nrf_sdh_ble: Insufficient RAM allocated for the SoftDevice.
    00>
    00> <warning> nrf_sdh_ble: Change the RAM start location from 0x20002C60 to 0x20003F08.
    00>
    00> <warning> nrf_sdh_ble: Maximum RAM size for application is 0x3C0F8.
    00>
    00> <error> nrf_sdh_ble: sd_ble_enable() returned NRF_ERROR_NO_MEM.

Children
Related