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

nRF52840 flash linker placement config through SES IDE (include FDS)

Hi there,

I was used IAR to compile my source, and combine with bootloader and soft device, and it was always work fine.

Now I have changed my compiling tool to SES IDE, but I found that will work abnormal when FDS read or write.

(debug message or LED control will not work when I executed the FDS read or write)

My FDS page is 1024, and the application start address is set to 0x26000

and my linker section placement config is as below. 

  • Segger Embedded Studio (SES) Release 4.16
  • windows 7
  • nRF52 (PCA10056, nRF52840)
  • nRF5_SDK_15.2.0_9412b96
  • base on the serial_uartes_pca10056 sample code

How can I config the flash linker placement through the SES IDE (include FDS), or if this issue is caused by other reasons?

Thank you for helping me.

Related