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

nRF51822 - SDK10 - fds init function always return NO MEM

Hi all,

I'm new to nRF51822 and I'm trying to use the fds system. However, I always get a NO MEM return code when calling the init method. Any hint?

Thanks

Parents
  • @Daniel: I'm using the RedbearLab arduino environment (armgcc). It is based on the nrf51 SDK10.0 with a blackmagicprobe jtag. To what I've investigated so far, it might be related to the linker script. The fs_data section was missing, but I don't know how to add it. I've been looking at the example examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay. But in this project, the linker script add the fs_data section at address 0, and it seems to conflict with the SoftDevice.

Reply
  • @Daniel: I'm using the RedbearLab arduino environment (armgcc). It is based on the nrf51 SDK10.0 with a blackmagicprobe jtag. To what I've investigated so far, it might be related to the linker script. The fs_data section was missing, but I don't know how to add it. I've been looking at the example examples\ble_central_and_peripheral\experimental\ble_app_hrs_rscs_relay. But in this project, the linker script add the fs_data section at address 0, and it seems to conflict with the SoftDevice.

Children
No Data
Related