Add support for setting Source and Target sysID (#2886)
[ExpressLRS.git] / src / variants / R9MM / R9MM_ldscript.ld
blobc626d95ade5bc5b01adbd72f38cb8c60b311d49e
2 /* Specify the memory areas */
3 MEMORY
5 RAM_CODE (rx)   : ORIGIN = 0x20000000, LENGTH = 1K
6 RAM_DATA (xrw)  : ORIGIN = 0x20000000 + LENGTH(RAM_CODE), LENGTH = 20K - LENGTH(RAM_CODE)
7 CCMRAM (rw)     : ORIGIN = 0x10000000, LENGTH = 0K
8 FLASH (rx)      : ORIGIN = 0x08008000, LENGTH = 96K
11 INCLUDE "variants/ldscript_gen.ld"