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

`UNPLACED_SECTIONS' overflowed by 1024 bytes in Segger Embedded studio

My flash_placement.xml file is here and I am getting this error  `.bootloaderSettings' will not fit in region `UNPLACED_SECTIONS'.`UNPLACED_SECTIONS' overflowed by 1024 bytes. Can you help me with this?

When I edited my .ld file in UNPLACED_SECTION ==> LENGTH = 0x400 then error was disappeared. But when I rebuild the code error appears again

MEMORY
{
  UNPLACED_SECTIONS (wx) : ORIGIN = 0x100000000, LENGTH = 0
  FLASH (rx) : ORIGIN = 0x0001b000, LENGTH = 0x00025000
  SRAM (wx) : ORIGIN = 0x20001fe8, LENGTH = 0x00006018
}