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 c1bd922 commit 4387668Copy full SHA for 4387668
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/ldscript.ld
@@ -47,7 +47,7 @@ MEMORY
47
FLASH (rx) : ORIGIN = 0x08000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
48
DTCMRAM1 (xrw) : ORIGIN = 0x20000000, LENGTH = 64K
49
DTCMRAM2 (xrw) : ORIGIN = 0x20010000, LENGTH = 64K
50
- RAM (xrw) : ORIGIN = 0x24000000, LENGTH = 1024K
+ RAM (xrw) : ORIGIN = 0x24000000, LENGTH = LD_MAX_DATA_SIZE
51
RAM_CD (xrw) : ORIGIN = 0x30000000, LENGTH = 128K
52
RAM_SRD (xrw) : ORIGIN = 0x38000000, LENGTH = 32K
53
}
0 commit comments