From 4b8635bab5fcd2ef267c156b5b3a8736a9dd5f9b Mon Sep 17 00:00:00 2001 From: Rob Riggs Date: Wed, 19 Sep 2018 22:23:15 -0500 Subject: [PATCH] Trivial change to linker script. --- STM32L433CCUx_FLASH.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STM32L433CCUx_FLASH.ld b/STM32L433CCUx_FLASH.ld index 5f691aa..fdd8807 100644 --- a/STM32L433CCUx_FLASH.ld +++ b/STM32L433CCUx_FLASH.ld @@ -12,7 +12,7 @@ MEMORY { RAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 48K RAM2 (xrw) : ORIGIN = 0x10000000, LENGTH = 16K -FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 256K +FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K } /* Define output sections */