10 years, 8 months ago.

My LPC1768 from embest does not get recognized by MBED...

Hi,

I have a new LPC1768 and trying to use MBEG online compiler to write some test program.

According to MBED compiler, the LPC1768 should get recognized first to start compiling (which seems only possible with some of the particular development boards). is there any way I can make my LPC1768 board from Embest (http://www.embedinfo.com/en/list.asp?id=59) can get recognized by this online compiler?

Any help is greatly appreciated.

Thanks. Phani.

2 Answers

10 years, 8 months ago.

You had to buy the mbed lpc1768 to activate the LPC1768 in the compiler. But I think nowadays you can just enable it anyway (I can't check it since I already have it enabled). Go here: https://mbed.org/platforms/mbed-LPC1768/, and I think there should be an option for you to enable it.

10 years, 8 months ago.

Hi Phani,

As Erik has already said you can add the LPC1768 your account from the appropriate platform page. This will allow you to generate binaries using the online compiler. However you won't be able to use the drag and drop programming as you would if you had a mbed enabled LPC1768 board.

To do this you'll probably need to use FlashMagic (http://www.flashmagictool.com/) and you'll need to convert the compiler's .bin file into a .hex file that FlashMagic can use. To do that you can use bin2hex (http://www.keil.com/download/docs/113.asp)

Thanks

Steve