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:

Class to be able to send SPI data with almost no overhead, useful at very high speeds. high, Speed, SPI

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).

2% to fail :)

posted by Martin Kojtal 07 Oct 2014

Because this is a question to my lib I can edit everything posted here, except comments sadly :(.

posted by Erik - 07 Oct 2014

Just gave it a bash on NeoPixel and it appears to work .. :)

Thanks so much

Ceri.

posted by ceri clatworthy 07 Oct 2014

Nice. Especially since I got an wifi dipcortex which also should most likely be used for NeoPixel :).

posted by Erik - 07 Oct 2014