torfmaster | cf1018c | 2019-02-11 19:35:24 +0100 | [diff] [blame] | 1 | /* Layout for the Hail board, used by the examples in this repository. */ |
2 | |||||
3 | MEMORY { | ||||
4 | /* The application region is 64 bytes (0x40) */ | ||||
5 | FLASH (rx) : ORIGIN = 0x00030040, LENGTH = 0x0005FFC0 | ||||
6 | SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 62K | ||||
7 | } | ||||
8 | |||||
torfmaster | cf1018c | 2019-02-11 19:35:24 +0100 | [diff] [blame] | 9 | MPU_MIN_ALIGN = 8K; |
10 | |||||
Woyten | 860e0bc | 2020-01-29 21:17:14 +0100 | [diff] [blame] | 11 | INCLUDE layout_generic.ld |