Skip to content

Commit c1bd922

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 cc8f5e5 commit c1bd922

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
@@ -44,7 +44,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
4444
MEMORY
4545
{
4646
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
47-
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
47+
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
5050
RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 1024K

0 commit comments

Comments
 (0)