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?