7 years, 12 months ago.

arch max v1.0 download bin fail.txt

use usb download hex file into arch max v1.0 , i found a fail.txt file in MBED disk

it tells CORRUPT FILE or TIMEOUT

how to fix it?

thanks

Question relating to:

The Arch Max is an mbed enabled development board for rapid prototyping. It's based on a STM32F407VET6 microcontrolle with an ARM Cortex-M4F core running at 168MHz. It includes an open …

2 Answers

7 years, 4 months ago.

I paste the compiled mbed_blinky_ARCH_MAX.bin to the mbed-disk. it flashes the LEDs(lpc11u35) but then it is deleted. Nothing else occur! No execution..

That behaviour is as expected. After flashing the file is removed again from the drive (which ejects itself to shows this to you).

posted by Erik - 29 Nov 2016

Thanks for the answer. I had expected the disappearance *.bin as a feedback. Indeed, the loaded program does not start.

At CRP DISABLD disk i've loaded the:

firmware v0203 2014-10-08 for Arch Max

also tried:

arch_max_interface_v221_20150203

and also soldered C27/28 (12pF) for secure start the osci-frequ.

posted by Erhard Dittmann 29 Nov 2016
7 years, 12 months ago.

The Arch Max expects a .bin file rather than a .hex file. Make sure you compile for the correct target processor. Also make sure the target processor is not running some application that disables the SWD programming port. .