5 years, 2 months ago.

LPCXpresso does not appear in Export Toolchain list

I want to export my program to LPCxpresso as below.

But LPCxpresso is not seemed to be in my export toolchain list.

Does anyone have the same problem and solve this ?

Please help .

Thanks.

/media/uploads/bonbi/3.png

/media/uploads/bonbi/4.png

1 Answer

5 years, 2 months ago.

Hi Rad,

The Online Compiler used to support LPCXpresso but we migrated to supporting MCUXpresso instead. However, that is not an option for the LPC1768 - we'll see if we can get that option added since we think it should be available.

As a work around, you can take your project to the desktop and using Mbed CLI you can perform the export like this:

mbed export -i mcuxpresso -m lpc1768

Hopefully that resulting file set will be compatible with LPCXpresso (or perhaps you can migrate to MCUXpresso).

If you are not familiar with the CLI, please check the documentation here:

Regards,

Ralph, Team Mbed