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
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
What example/project in the SDK are you using?
Are you using Segger embedded studio?
@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.
Maybe this is of help?
@Petter: Thanks a lot. This also works for SDK10.