Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Relationship between RAM actually used by SoftDevice and APP_RAM_START

Hello. I have one question.

When configuring RAM with the nRF5 SDK + SoftDevice, if I get the following error:
APP_RAM_START=0x20006000
-------------------------------------------------------------------------------------
uint32_t ram_start = 0;
nrf_sdh_ble_default_cfg_set(BLE_CONN_CFG_TAG, &ram_start);
/* ram_start=0x20006000 */
nrf_sdh_ble_enable(&ram_start);
/* ram_start=0x20004000 */
-------------------------------------------------------------------------------------
Is the RAM from 0x20004000 to 0x20005FFF used by the SoftDevice? Or can it be freely used by the app?

Parents Reply Children
Related