blob: 179a8831e71df110b93d3df90e046c8ae38994ce [file] [log] [blame]
torfmastercf1018c2019-02-11 19:35:24 +01001/* Layout for the Hail board, used by the examples in this repository. */
2
3MEMORY {
4 /* The application region is 64 bytes (0x40) */
5 FLASH (rx) : ORIGIN = 0x00030040, LENGTH = 0x0005FFC0
6 SRAM (rwx) : ORIGIN = 0x20004000, LENGTH = 62K
7}
8
torfmastercf1018c2019-02-11 19:35:24 +01009MPU_MIN_ALIGN = 8K;
10
Woyten860e0bc2020-01-29 21:17:14 +010011INCLUDE layout_generic.ld