I created a new project in MCUXpresso to target an LPC11C24 device. I was able to include the CMSIS_DSPLIB_CM0 and lpc_chip_11cxx_lib in the project, and the generated code builds.
However, I tried to configure the pins with ConfigTools->Pins, and after selecting the LPC11C24 project, was met with an error "The selected project is not based on MCUXpresso SDK."
After googling a bit I have come to the conclusion that the LPC1100 family is not supported by the MCUXpresso SDK, so therefore the ConfigTools will not work. Is that accurate?
If I want graphical config tools to set up pins and such, is LPCXpresso my only option, even though there is a message at the top of the LPCXpresso page that says "NOTE: MCUXpresso IDE is now recommended for developers using LPC Cortex-M based microcontrollers"?
Solved! Go to Solution.
Hi Dazai,
LPC11C24 is supported by MCUXpresso IDE but not supported by MCUXpresso Config tool and MCUXpresso SDK.
We suggest developing LPC11C24 under MCUXpresso+LPCOpen .
Hope this helps,
Jun Zhang
Hi Dazai,
LPC11C24 is supported by MCUXpresso IDE but not supported by MCUXpresso Config tool and MCUXpresso SDK.
We suggest developing LPC11C24 under MCUXpresso+LPCOpen .
Hope this helps,
Jun Zhang