blob: 3e407b42c37ce4a798f0bc7d18314d4a9350bae4 [file] [log] [blame]
/* Layout for the Nucleo F429zi, used by the examples in this repository. */
MEMORY {
/* The application region is 64 bytes (0x40) */
FLASH (rx) : ORIGIN = 0x08040040, LENGTH = 255K
SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 112K
}
MPU_MIN_ALIGN = 8K;
INCLUDE layout_generic.ld