Resolved! Placing data at a specific section causes extreme size increase
Hi,I am trying to have data at a specific location in flash. To do this I have defined my section in the linker script as follows: .info_data 0x08004674 : { . = ALIGN(4); KEEP(*(.info_data)) . = ALIGN(4); } >FLASHwith FLASH starting ...