This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MESH sd_ble_enable NRF_ERROR_NO_MEM

Hi I have add some function call like sd_ble_enable in mesh example, I test to get

image description

then I set the address and all sd_ble_cfg_set is ok

image description

but when I call "sd_ble_enable(p_ram_start)", it return error of "NRF_ERROR_NO_MEM"

can you help me .

I got some answer of "NRF_ERROR_NO_MEM", But I don't know what SRAM_START I should set, and my setting is : FLASH_START=0x23000;FLASH_SIZE=0x78000;SRAM_START=0x200031b0;SRAM_SIZE=0xf000 and my board is nrf52832

Related