7 years, 10 months ago.

I get a .bin file in the download library when I compile.

When I compile I get .BIN file in the download file. Several years I ask the same Question and ended up using the Kiel C++ compiler to get a .HEX file. I no longer have access to the Kiel Compiler. Is there a solution to this problem Using the MBed 1768 board. Martin Potts

Do you absolutely need the file in HEX form? The MBED accepts "BIN" and the tool lpc21isp will serial-load a BIN file onto a 1768

posted by Oliver Broad 25 Jun 2016

1 Answer

7 years, 10 months ago.

Several different bin2hex utilities exist that are all pretty much the same, only with different size limitations (some are so old they are limitted to 16-bit binary sizes and stuff like that).

For example: https://developer.mbed.org/questions/1147/Bin2Hex-Utility-for-64bit-Windows-7/