Hello,
I try to start developing my nrf51/nrf52 projects using Segger Embedded Studio but each time I receive the same linker error:
"(...) section
fs_data' will not fit in region
UNPLACED_SECTIONS'"
In my case fds.c or fstorage.c is the problem but i saw at this forum that others have problems with diffrent libraries.
Looking forward to any help. Cheers!
EDIT: For better readability I will try to add more detail of the problem:
I import Keil 4 project into Segger E. Studio. I follow the import procedure located at this topic: devzone.nordicsemi.com/.../
the exact error message I receive is:
"(...) section
fs_data' will not fit in region
UNPLACED_SECTIONS'""section fs_data loaded at [00000000,0000000f] overlaps section .vectors loaded at [00000000,000000a7]"
"region `UNPLACED_SECTIONS' overflowed by 17 bytes"
Next thing is I know where sections are defined (flash_placement.xml) but I have no idea what and how to change to make fs_data fit into the sections. I also found the .c file section options view (properties of the file -> secition options) but again nothing helpful is there.
I still try to dig the problem - If i find sth I will edit this post