cpu/stm32l4/ldscripts: fix stm32l476rg cpuid
This commit is contained in:
parent
c3d318ea0a
commit
76155ea820
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user