MindPXFMUv2 uses STM32F427 v3, enable 2M flash.

This commit is contained in:
Henry Zhang
2016-05-20 13:49:28 +08:00
committed by Lorenz Meier
parent 45cc79fbf7
commit 9570d66d9d
+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
}