Skip to content
Snippets Groups Projects
Commit 19c4facf authored by Vincent Dupont's avatar Vincent Dupont Committed by GitHub
Browse files

Merge pull request #6911 from aabadie/stm32l4_cpuid

cpu/stm32l4/ldscripts: fix stm32l476rg cpuid base address
parents c3d318ea 76155ea8
No related branches found
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.
Finish editing this message first!
Please register or to comment