Update flash-mcuboot-app.ld

This commit is contained in:
wgzAIIT 2023-04-11 11:19:25 +08:00
parent 0a3ba23753
commit 3819716568
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
MEMORY
{
flash (rx) : ORIGIN = 0x60040000, LENGTH = 0x00100000
flash (rx) : ORIGIN = 0x60100000, LENGTH = 0x00100000
sram (rwx) : ORIGIN = 0x20200000, LENGTH = 0x00080000
itcm (rwx) : ORIGIN = 0x00000000, LENGTH = 0x00020000
dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00020000