mhpatel96 / lpc11u6x

0 stars 0 forks source link

Where is the executable? #1

Open markjuggles opened 1 year ago

markjuggles commented 1 year ago

The projects are compiling to static libraries. How is a project configured to be executable?

mhpatel96 commented 1 year ago

These are the example libraries provided by NXP. By default they are configured to produce static libraries for use in your own projects.

It does not seem like reconfiguring a project to produce an executable is possible in MCUXpresso (from https://community.nxp.com/t5/MCUXpresso-IDE/Why-can-t-I-convert-an-executable-project-to-a-static-library-in/td-p/779476).

If you intend on using them in a project, I would recommend instead using the new project wizard in MCUXpresso and adding the lpc_chip_11u6x folder as an LPC open library during setup.

markjuggles commented 1 year ago

I was trying to find an LPC11E6x or LPC11U6x port for FreeRTOS and found this one but it looks like it wasn't actually ported to the LPC11U6x and it's also not executable so I will go back to trying to port on my own.

mhpatel96 commented 1 year ago

I've added a freertos demo for the LPC11U6x family in the freertos_demo folder targeting the OM13058 development board.