Flash Magic Forum

General => Feature Requests => Topic started by: JanKampen on October 16, 2013, 03:38:01 AM

Title: Possibility to import bin files
Post by: JanKampen on October 16, 2013, 03:38:01 AM
Hello,

Is it possible to import bin files directly, as exported from the mbed.org compiler website? It would save me an extra bin2hex step after compiling a new version. I am using a LPC1114FN28 and an USB to serial converter.

Kind regards,
Jan Kampen
Title: Re: Possibility to import bin files
Post by: Andy Ayre on October 28, 2013, 03:37:05 AM
You shouldn't need to perform an extra step - most compilers allow you to configure a custom command to execute after a successful build. Check with the compiler settings to see if that is available. Alternatively perhaps you can create a batch file that runs the compiler then bin2hex?

Andy