Thanks to visit codestin.com Credit goes to github.com
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 9fb5081 commit 0072854Copy full SHA for 0072854
variants/STM32H7xx/H742I(G-I)(K-T)_H743I(G-I)(K-T)_H750IB(K-T)_H753II(K-T)/ldscript.ld
@@ -42,10 +42,10 @@ MEMORY
42
{
43
DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
44
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
45
- RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512K
+ RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = LD_MAX_DATA_SIZE
46
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288K
47
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K
48
- FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 128K
+ FLASH (rx) : ORIGIN = 0x8000000 + LD_FLASH_OFFSET, LENGTH = LD_MAX_SIZE - LD_FLASH_OFFSET
49
}
50
51
/* Define output sections */
0 commit comments