Hello,
I found one thread on this issue
https://devzone.nordicsemi.com/f/nordic-q-a/12029/segger-embedded-studio---unplaced_sections-problem
I have added the below linker line into xml file but the issue did not resolved.
<ProgramSection alignment="4" keep="Yes" load="Yes" name=".fs_data" address_symbol="__start_fs_data" end_symbol="__stop_fs_data" />
I have added the log below for more info.
1> Linking twi_master_with_twis_slave_pca10040.elf
1> "C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.52c/gcc/arm-none-eabi/bin/ld" -X --omagic -eReset_Handler --defsym=__vfprintf=__vfprintf_long --defsym=__vfscanf=__vfscanf_int -EL --gc-sections "-TD:/LTPL_Oct2019/PIR/Firmware/PIR-KNX_FW_Dev/FW1_PIR-KNX_R1/nRF5_SDK_15.2.0_9412b96/examples/peripheral/twi_master_with_twis_slave/pca10040/blank/ses/Output/twi_master_with_twis_slave_pca10040 Debug/Obj/twi_master_with_twis_slave_pca10040.ld" -Map Output/Debug/Exe/twi_master_with_twis_slave_pca10040.map -u_vectors -o Output/Debug/Exe/twi_master_with_twis_slave_pca10040.elf --emit-relocs --start-group "@D:/LTPL_Oct2019/PIR/Firmware/PIR-KNX_FW_Dev/FW1_PIR-KNX_R1/nRF5_SDK_15.2.0_9412b96/examples/peripheral/twi_master_with_twis_slave/pca10040/blank/ses/Output/twi_master_with_twis_slave_pca10040 Debug/Obj/twi_master_with_twis_slave_pca10040.ind" --end-group
1> C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.52c/gcc/arm-none-eabi/bin/ld: Output/Debug/Exe/twi_master_with_twis_slave_pca10040.elf section `.fs_data' will not fit in region `UNPLACED_SECTIONS'
1> C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.52c/gcc/arm-none-eabi/bin/ld: region `UNPLACED_SECTIONS' overflowed by 20 bytes
Build failed
Kindly suggest where I need to correct myself.