11 years, 1 month ago.

Using mbed compiler on a user built board LPC812 and/or KL25Z128

Hello,

Is is possible to use mbed compiler on a generic/user defined board with LPC812 and/or KL25Z128? If not is it possible to develop program on an existing mbed platform and transfer the code (through bootloader?) to LCP812 and others?

Thanks, S Gupta

2 Answers

10 years, 8 months ago.

It looks like this is now supported with the new platforms capability. However there is not a lot of information on the unique features of the LPC812 and what limitation the library has with that device.

Accepted Answer
11 years, 1 month ago.

The mbed compiler cannot compile for that microcontroller. The compiler can only compile for the LPC1768, LPC11U24 and KL25Z. Some others probably will be compatible too when they only have a bit more/less memory. You can use the code on different boards, but they must use one of those microcontrollers.