Vochescu Alexandru | d560977 | 2020-06-06 17:13:36 +0300 | [diff] [blame] | 1 | /* Layout for the iMX.RT1050 board, used by the examples in this repository. */ |
2 | |||||
3 | MEMORY { | ||||
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 Alexandru | d560977 | 2020-06-06 17:13:36 +0300 | [diff] [blame] | 9 | MPU_MIN_ALIGN = 8K; |
10 | |||||
11 | INCLUDE layout_generic.ld |