Init qspi flash
This commit is contained in:
@@ -46,6 +46,7 @@ MEMORY
|
||||
{
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K
|
||||
FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K
|
||||
QSPI (xrw) : ORIGIN = 0x90000000, LENGTH = 16M
|
||||
}
|
||||
|
||||
/* Sections */
|
||||
@@ -182,4 +183,9 @@ SECTIONS
|
||||
}
|
||||
|
||||
.ARM.attributes 0 : { *(.ARM.attributes) }
|
||||
|
||||
.ext_qspi_flash :
|
||||
{
|
||||
*(.ext_qspi_flash)
|
||||
} >QSPI
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user