From 76155ea820f54d9aa74d3975962f51a612d6a25f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Fri, 14 Apr 2017 14:48:25 +0200 Subject: [PATCH] cpu/stm32l4/ldscripts: fix stm32l476rg cpuid --- cpu/stm32l4/ldscripts/stm32l476rg.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/stm32l4/ldscripts/stm32l476rg.ld b/cpu/stm32l4/ldscripts/stm32l476rg.ld index 6289dd5bcc..00676080a6 100644 --- a/cpu/stm32l4/ldscripts/stm32l476rg.ld +++ b/cpu/stm32l4/ldscripts/stm32l476rg.ld @@ -22,7 +22,7 @@ MEMORY { rom (rx) : ORIGIN = 0x08000000, LENGTH = 1024K ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K - cpuid (r) : ORIGIN = 0x1ff80050, LENGTH = 12 + cpuid (r) : ORIGIN = 0x1fff7590, LENGTH = 12 } _cpuid_address = ORIGIN(cpuid); -- GitLab