We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a21dc6d commit 20f3d0eCopy full SHA for 20f3d0e
1 file changed
STM32H723ZGTX_FLASH.ld
@@ -45,7 +45,7 @@ MEMORY
45
{
46
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
47
DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
48
- FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
+ FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K-128K
49
RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 320K
50
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 32K
51
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 16K
0 commit comments