Understanding alignment in STM32F405xG ld linker script
Posted on January 10, 2014 at 17:10Hello. I am looking at https://github.com/mabl/ChibiOS/blob/master/os/ports/GCC/ARMCMx/STM32F4xx/ld/STM32F405xG.ld, one of the GNU linker scripts for the ChibiOS project. I understand this script for the most pa...