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:
@@ -53,8 +53,8 @@ STACK_SIZE = 0x4000;
|
||||
/* Specify the memory areas */
|
||||
MEMORY
|
||||
{
|
||||
m_interrupts (RX) : ORIGIN = 0x60040000, LENGTH = 0x00000400
|
||||
m_text (RX) : ORIGIN = 0x60040400, LENGTH = 0x000FFC00
|
||||
m_interrupts (RX) : ORIGIN = 0x60100000, LENGTH = 0x00000400
|
||||
m_text (RX) : ORIGIN = 0x60100400, LENGTH = 0x000FFC00
|
||||
|
||||
m_data (RW) : ORIGIN = 0x20000000, LENGTH = 0x00020000
|
||||
m_data2 (RW) : ORIGIN = 0x20200000, LENGTH = 0x00060000
|
||||
|
||||
Reference in New Issue
Block a user