Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 11 months ago.
M3 - Solder Splash
Is it possable to create a version for LPC1347, ??
As used in Solder Splash M3
I don't know how different LPC11U24 is from LPC1347 inside !!
Many thanks
Ceri.
Question relating to:
1 Answer
10 years, 11 months ago.
Most NXP ones are pretty similar, but not all of them (which is why it hasn't been changed yet to simply accept all NXP targets). But if I change in the LPC1768 file the #ifdef to: #if defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX), it compiles fine.
I pushed that change, so you can update the lib and try it out. But I did not yet verify if it actually works properly (98% likely it will).