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:
@@ -58,7 +58,7 @@ MEMORY
|
||||
|
||||
/*bootloader*/
|
||||
m_interrupts (RX) : ORIGIN = 0x60002000, LENGTH = 0x00000400
|
||||
m_text (RX) : ORIGIN = 0x60002400, LENGTH = 0x0003DC00
|
||||
m_text (RX) : ORIGIN = 0x60002400, LENGTH = 0x0007DC00
|
||||
|
||||
m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00020000
|
||||
m_data2 (RW) : ORIGIN = 0x20200000, LENGTH = 0x00060000
|
||||
|
||||
Reference in New Issue
Block a user