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

device-crash-when-adding-new-ble-service ble-services-beginner-tutorial

hi,

I'm trying to add a new BLE service to my device. I've followed the instructions in tutorial : devzone.nordicsemi.com/.../ble-services-a-beginners-tutorial, up to step 4, but the device is not advertising. In fact, the software seems to fail entirely

to precise, device is working and advertising before i try to add a service

i have err_code = 0x04 no memory for operation

i don't understand how should i change values on file ble_app_template_gcc_nrf52.ld, now i have default values  :

MEMORY
{
  FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0xda000
  RAM (rwx) :  ORIGIN = 0x20002210, LENGTH = 0x3ddf0
}

 i tryed to change values like increasing ram but it didn't work, i don't know which values to use.

for p_app_ram_start i have 0x2003ff3c (value found in debug mode)

thank you for help,

Geoffroy

 devzone.nordicsemi.com/.../134131

Related