Skip to content

Commit

Permalink
cpu/stm32l4/ldscripts: fix stm32l476rg cpuid
Browse files Browse the repository at this point in the history
  • Loading branch information
aabadie committed Apr 14, 2017
1 parent c3d318e commit 76155ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpu/stm32l4/ldscripts/stm32l476rg.ld
Expand Up @@ -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);
Expand Down

0 comments on commit 76155ea

Please sign in to comment.