mirror of https://github.com/ARMmbed/mbed-os.git
Fix MTS_DRAGONFLY_F413RH drag and drop failure
When manually flashing an application binary to the MULTITECH drive, a FAIL.TXT file is produced with the following info: “The application file format is unknown and cannot be parsed and/or processed”.pull/13351/head
parent
f5358a7ff4
commit
53a75c83cb
|
@ -1709,11 +1709,7 @@
|
||||||
"components_add": [
|
"components_add": [
|
||||||
"SPIF"
|
"SPIF"
|
||||||
],
|
],
|
||||||
"device_name": "STM32F413RHTx",
|
"device_name": "STM32F413RHTx"
|
||||||
"mbed_rom_start": "0x08000000",
|
|
||||||
"mbed_rom_size": "0x180000",
|
|
||||||
"mbed_ram_start": "0x200001D8",
|
|
||||||
"mbed_ram_size": "0x50000"
|
|
||||||
},
|
},
|
||||||
"DISCO_F413ZH": {
|
"DISCO_F413ZH": {
|
||||||
"inherits": [
|
"inherits": [
|
||||||
|
|
Loading…
Reference in New Issue