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

Fstorage/FDS Issue With SoftDevice

Hi All,

I am trying to implement fstorage (the issue also happens if you try FDS). I'm using gcc and when I modify the makefile to compile fstorage it requests a file called, "section_vars.h" which is in a folder marker as "experimental". If I include this folder with section_vars.h in it will compile. However, if I try to program the device it says, "This hex file has data in SoftDevice Region...".

I am assuming this file is altering the start address (0x1c000) of the FLASH Application section but am unsure how to change it. Or is it something else?

Any help would be highly appreciated.

Related