Skip to content

Commit 20f3d0e

Browse files
protect BL flash section on linker script
1 parent a21dc6d commit 20f3d0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

STM32H723ZGTX_FLASH.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ MEMORY
4545
{
4646
ITCMRAM (xrw) : ORIGIN = 0x00000000, LENGTH = 64K
4747
DTCMRAM (xrw) : ORIGIN = 0x20000000, LENGTH = 128K
48-
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
48+
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 1024K-128K
4949
RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 320K
5050
RAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 32K
5151
RAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 16K

0 commit comments

Comments
 (0)