DISCO_F413ZH: correct ram length in GCC ld file

pull/4410/head
bcostm 2017-05-12 15:04:09 +02:00 committed by arostm
parent 43646330e9
commit e8ceb3bfa1
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
MEMORY MEMORY
{ {
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1536K FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1536K
RAM (rwx) : ORIGIN = 0x200001D8, LENGTH = 320K - 0x1C4 RAM (rwx) : ORIGIN = 0x200001D8, LENGTH = 320K - 0x1D8
} }
/* Linker script to place sections and symbol values. Should be used together /* Linker script to place sections and symbol values. Should be used together