mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
flash size is 2MB
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
|
||||
MEMORY
|
||||
{
|
||||
itcm (rwx) : ORIGIN = 0x00200000, LENGTH = 1024K
|
||||
flash (rx) : ORIGIN = 0x08000000, LENGTH = 1024K
|
||||
itcm (rwx) : ORIGIN = 0x00200000, LENGTH = 2048K
|
||||
flash (rx) : ORIGIN = 0x08000000, LENGTH = 2048K
|
||||
dtcm (rwx) : ORIGIN = 0x20000000, LENGTH = 128K
|
||||
sram1 (rwx) : ORIGIN = 0x20020000, LENGTH = 368K
|
||||
sram2 (rwx) : ORIGIN = 0x2007c000, LENGTH = 16K
|
||||
|
||||
Reference in New Issue
Block a user