blob: 3e7f904f5e537fb6f82dcc10b24763fdf1392896 [file] [log] [blame]
Vochescu Alexandrud5609772020-06-06 17:13:36 +03001/* Layout for the iMX.RT1050 board, used by the examples in this repository. */
2
3MEMORY {
4 /* The application region is 64 bytes (0x40) */
5 FLASH (rx) : ORIGIN = 0x63002040, LENGTH = 0xFFFFC0
6 SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 112K
7}
8
Vochescu Alexandrud5609772020-06-06 17:13:36 +03009MPU_MIN_ALIGN = 8K;
10
11INCLUDE layout_generic.ld