5 years, 5 months ago.

How to export I2C_HelloWorld_Mbed for LPCXpresso v8.2.2

Hello. I am a beginner who started using LPC 1768.

I want to create a load module in an offline environment rather than an online environment.

The library of NXP is difficult for beginners, so I really want to use Mbed's library. I consulted NXP, but it was told that I should use the LPCOpen library, not Mbed's library. But I want to use Mbed's library.

I'd like to use LPCXpresso v8.2.2 which is an offline environment of NXP, but please do not know how to output the project for LPCXpresso v8.2.2 from the mbed online environment.

I tried all the tool chain but it did not work.

Please help me because I want to work in an offline environment.

1 Answer

5 years, 5 months ago.

You can use the mbed-cli, then use 'mbed export -m LPC1768 -i mcuxprexsso' to ceate a projectfile for the IDE. Just start with the mbed blinky: https://github.com/ARMmbed/mbed-os-example-blinky And you should use the newer MCUXpresso, not LPCXpresso.