What you want is the bin2hex utility. Now there are a ton of them around, and some of them have some issues with code size and stuff. With that a search here on the site give options, such as: https://mbed.org/questions/1147/Bin2Hex-Utility-for-64bit-Windows-7/.
Your target board needs to work, so the basic stuff such as power supply. Then you need to put it in ISP mode, don't have this board myself, but a somewhat similar one I do have has a reset button and an ISP button, there I had to press ISP button, and reset it while keeping the ISP button pressed. Then it loaded in serial bootloader mode.
Next connect it via UART0 with your PC (apparantly the board has no Serial <> USB converter, so either you need a serial port, or a seperate Serial<>USB bridge). Launch flashmagic and you are good to go.
Hi guys I've been programming with the mbed for a while now and own another devboard with the identical processor on it. The landtiger board which is also mentioned on this website. I programmed it with a bootloader in order to copy bin files as fimware. But the ones I download from the mbed compiler do not work? Are there any configurations that I are missing? Does anyone have some expierence and can help me out of my mess?
The programm i wrote is a simple hello world one over the serial connection. When I export it as uvision project it works fine after i configure the ide for the lpc1768 in the right way. but why does the same programm not work from the mbed compiler as bin file?
thank you for your attention
gangben