Skip to content

Commit b885ff8

Browse files
committed
[STM32F676] correcting memory sizes for gcc_arm
1 parent 84e8b34 commit b885ff8

File tree

1 file changed

+2
-2
lines changed
  • hal/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F767ZI/TOOLCHAIN_GCC_ARM

1 file changed

+2
-2
lines changed

hal/targets/cmsis/TARGET_STM/TARGET_STM32F7/TARGET_NUCLEO_F767ZI/TOOLCHAIN_GCC_ARM/STM32F767ZI.ld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Linker script to configure memory regions. */
22
MEMORY
33
{
4-
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
5-
RAM (rwx) : ORIGIN = 0x200001F8, LENGTH = 320K - 0x1F8
4+
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
5+
RAM (rwx) : ORIGIN = 0x200001F8, LENGTH = 512K - 0x1F8
66
}
77

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

0 commit comments

Comments
 (0)