Linker script: How to get the same size of BIN file?
Posted on November 15, 2011 at 12:33I need( from some reason) to get always the same size of bin file.I've tried to create other flash-section and fill it with some value.As last section I added following.. .added : { FILL(0xAB); . = ALIGN(0...