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 84e8b34 commit b885ff8Copy full SHA for b885ff8
hal/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F767ZI/TOOLCHAIN_GCC_ARM/STM32F767ZI.ld
@@ -1,8 +1,8 @@
1
/* Linker script to configure memory regions. */
2
MEMORY
3
{
4
- FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
5
- RAM (rwx) : ORIGIN = 0x200001F8, LENGTH = 320K - 0x1F8
+ FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
+ RAM (rwx) : ORIGIN = 0x200001F8, LENGTH = 512K - 0x1F8
6
}
7
8
/* Linker script to place sections and symbol values. Should be used together
0 commit comments