Changed FLASH ORIGIN

pull/143/head
Hajer KALLEL 2021-08-26 17:41:56 +01:00 committed by Daniele Lacamera
parent ff28cec38a
commit 2a6c394e97
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
MEMORY
{
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = ##WOLFBOOT_PARTITION_BOOT_ADDRESS##
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = ##WOLFBOOT_PARTITION_BOOT_ADDRESS##
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x00018000
}