mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
MindPXFMUv2 uses STM32F427 v3, enable 2M flash.
This commit is contained in:
committed by
Lorenz Meier
parent
45cc79fbf7
commit
9570d66d9d
@@ -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