Skip to content

Commit 4387668

Browse files
Aurentiaco35fpistm
andauthored
Update variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/ldscript.ld
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Aurentiaco35 <140486360+Aurentiaco35@users.noreply.github.com>
1 parent c1bd922 commit 4387668

File tree

1 file changed

+1
-1
lines changed
  • variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)

1 file changed

+1
-1
lines changed

variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ MEMORY
4747
FLASH (rx) : ORIGIN = 0x08000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
4848
DTCMRAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
4949
DTCMRAM2 (xrw) : ORIGIN = 0x20010000, LENGTH = 64K
50-
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 1024K
50+
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = LD_MAX_DATA_SIZE
5151
RAM_CD (xrw) : ORIGIN = 0x30000000, LENGTH = 128K
5252
RAM_SRD (xrw) : ORIGIN = 0x38000000, LENGTH = 32K
5353
}

0 commit comments

Comments
 (0)