cpu/stm32l4/ldscripts: fix stm32l476rg cpuid

This commit is contained in:
Alexandre Abadie 2017-04-14 14:48:25 +02:00
parent c3d318ea0a
commit 76155ea820

View File

@ -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);