4 years, 7 months ago.

LPC Part Unsupported By McuXpresso

Hey all, I'm trying to export the MBED TF-M example to an IDE, but am starting with the blinky to test things out. However I'm already hitting a snag. It seems that the LPC55S69 part is not supported by mcuxpresso according to the MBED CLI tool. I would think the NXP MCUs should be supported by their IDE. Am I doing something wrong?

C:\Users\username\mbed-os-example-blinky>mbed export ide mcuxpresso target LPC55S69_NS [mbed] Working path "C:\Users\username\mbed-os-example-blinky" (program) LPC55S69_NS not supported by mcuxpresso

1 Answer

4 years, 7 months ago.

Hi Dan,

By command mbed export -S, you can get the support list of exporter. Currently, LPC55S69 is not on the support list.

Regards, Desmond

Accepted Answer