This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

sd_ble_enable returns NRF_ERROR_NO_MEM

Hi, I am working on the examples\ble_peripheral\ble_app_uart sdk 12 example on SES.

I was first setting:

FLASH_START=0x1B000
SRAM_START=0x20001EB0

Then tried with app_ram_base value, which is:

FLASH_START=0x1B000
SRAM_START=0x20001FE0

In both cases the function sd_ble_enable returns NRF_ERROR_NO_MEM error.

Any help please.

Thanks

Related