Skip to content

Commit e8ceb3b

Browse files
bcostmarostm
authored andcommitted
DISCO_F413ZH: correct ram length in GCC ld file
1 parent 4364633 commit e8ceb3b

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_GCC_ARM

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_GCC_ARM/STM32F413xH.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MEMORY
33
{
44
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1536K
5-
RAM (rwx) : ORIGIN = 0x200001D8, LENGTH = 320K - 0x1C4
5+
RAM (rwx) : ORIGIN = 0x200001D8, LENGTH = 320K - 0x1D8
66
}
77

88
/* Linker script to place sections and symbol values. Should be used together

0 commit comments

Comments
 (0)