5 years, 1 month ago.

LPC1549 unsupported in Mbed studio

I just install the Mbed studio and it look great but I want to use it for my favorite controller LPC1549 After installing I see that this controller is not supported :( "its in the list unsupported platforms"

Is there a way that I can compile for this controller en because of the missing pyOCD. no debugging etc.

best regards,

Rob Keij

1 Answer

4 years, 10 months ago.

Hi Rob,

Unfortunately, this board (https://os.mbed.com/platforms/LPCXpresso1549/) supports only Mbed OS 2. Mbed Studio is designed to support Mbed OS 5. That's why this board appears in the unsupported platforms section.

That being said you should still be able to use this board with https://github.com/ArmMbed/mbed-cli or in online compiler.

- Arek Zaluski