Skip to content
Snippets Groups Projects
Commit 76155ea8 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

cpu/stm32l4/ldscripts: fix stm32l476rg cpuid

parent c3d318ea
Branches
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ MEMORY ...@@ -22,7 +22,7 @@ MEMORY
{ {
rom (rx) : ORIGIN = 0x08000000, LENGTH = 1024K rom (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
cpuid (r) : ORIGIN = 0x1ff80050, LENGTH = 12 cpuid (r) : ORIGIN = 0x1fff7590, LENGTH = 12
} }
_cpuid_address = ORIGIN(cpuid); _cpuid_address = ORIGIN(cpuid);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment