makes GPIO_PIN_RST optional for the sx1276
[ExpressLRS.git] / src / variants / r9mx / ldscript.ld
blob906954824ad5a70f5bfb9231416bb5049d9c79e9
1 /*
2 ******************************************************************************
3 **
4 **  Linker command file for STM32L433CB
5 **
6 *****************************************************************************
7 */
9 /* Memories definition */
10 MEMORY
12   RAM_CODE (rx)   : ORIGIN = 0x20000000, LENGTH = 1K
13   RAM_DATA (xrw)  : ORIGIN = 0x20000000 + LENGTH(RAM_CODE), LENGTH = 64K - LENGTH(RAM_CODE)
14   CCMRAM (rw)     : ORIGIN = 0x10000000, LENGTH = 0K
15   FLASH (rx)      : ORIGIN = 0x8000000 + FLASH_OFFSET, LENGTH = 128K - FLASH_OFFSET
18 INCLUDE "variants/ldscript_gen.ld"