1、Modifying Flash Partitions:
Bootloader:0x60000000-0x6007FFFF 512K APP:0x60100000-0x601FFFFF 1024K Backup:0x60300000-0x603FFFFF 1024K Download:0x60500000-0x605FFFFF 1024K OTAFlag:0x60700000-0x6071FFFF 128K 2、add four flash function:flash_erase,flash_write,flash_read and flash_copy
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user