Skip to content

Commit

Permalink
stm32f0 device is now stm32f072
Browse files Browse the repository at this point in the history
we need the flash for norxtest
  • Loading branch information
ctz committed Sep 15, 2015
1 parent b99a232 commit 8f2769c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/arm/linkscript.stm32f0.ld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 16K
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 4K
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 16K
}

INCLUDE linkscript.std.ld
Expand Down

0 comments on commit 8f2769c

Please # to comment.