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 cc8f5e5 commit c1bd922Copy full SHA for c1bd922
variants/STM32H7xx/H7A3V(G-I)(H-T)_H7B0VBT_H7B3VI(H-T)/ldscript.ld
@@ -44,7 +44,7 @@ _Min_Stack_Size = 0x400; /* required amount of stack */
44
MEMORY
45
{
46
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
47
- FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 128K
+ 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
0 commit comments