We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4364633 commit e8ceb3bCopy full SHA for e8ceb3b
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/device/TOOLCHAIN_GCC_ARM/STM32F413xH.ld
@@ -2,7 +2,7 @@
2
MEMORY
3
{
4
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1536K
5
- RAM (rwx) : ORIGIN = 0x200001D8, LENGTH = 320K - 0x1C4
+ RAM (rwx) : ORIGIN = 0x200001D8, LENGTH = 320K - 0x1D8
6
}
7
8
/* Linker script to place sections and symbol values. Should be used together
0 commit comments