Hi. I am tinkering with BLE settings, and changed NRF_SDH_BLE_GAP_EVENT_LENGTH from 6 to 7.
I then get a 0x04 error code on this function after building and running the project;
err_code = nrf_sdh_ble_enable(&ram_start);
APP_ERROR_CHECK(err_code);
Looked this up and its a NRF_ERROR_NO_MEM.
How do I get around this issue?
Thanks