mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Enable 2M flash in Pixracer
This commit is contained in:
@@ -50,8 +50,7 @@
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
/* disabled due to silicon errata flash (rx) : ORIGIN = 0x08004000, LENGTH = 2032K */
|
flash (rx) : ORIGIN = 0x08004000, LENGTH = 2032K
|
||||||
flash (rx) : ORIGIN = 0x08004000, LENGTH = 1008K
|
|
||||||
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K
|
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K
|
||||||
ccsram (rwx) : ORIGIN = 0x10000000, LENGTH = 64K
|
ccsram (rwx) : ORIGIN = 0x10000000, LENGTH = 64K
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user