Enable 2M flash in Pixracer

This commit is contained in:
Lorenz Meier
2015-12-18 10:29:26 +00:00
parent 6f09c8c3b7
commit 699c5f2f6d
+1 -2
View File
@@ -50,8 +50,7 @@
MEMORY
{
/* disabled due to silicon errata flash (rx) : ORIGIN = 0x08004000, LENGTH = 2032K */
flash (rx) : ORIGIN = 0x08004000, LENGTH = 1008K
flash (rx) : ORIGIN = 0x08004000, LENGTH = 2032K
sram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K
ccsram (rwx) : ORIGIN = 0x10000000, LENGTH = 64K
}