NXP didn't release any decent drivers for the LPC804 chip. I'm asking whether it's possible or recommended to fusion the drivers for other chips (LPC1114, LPC824, LPC1227, etc.) with this one. For example, the I2C driver in the LPC1114 is a piece of art, so instead of writing one from scratch, one can take advantage of what is ready written. Of course, it's not possible for the newers peripherals, AFIK, like the PLU.
What do you think?
Solved! Go to Solution.
Hello Fco. Javier Rodriguez G,
I recommend you to download the newest version available of the SDK (2.4.1) for the LPC804, instead of migrating the drivers of other MCUs. Within the SDK you will find drivers for all the peripherals, even the PLU. The drivers are really good implemented, so, you won't have any problems while working with these.
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
The Victor's answer is the correct one. I found it myself, but I hadn't have time to update this post. Such SDK is amazing!
Now I wonder why NXP keeps two drivers versions: one that is downloaded directly (and is incomplete by any means) and other that rocks and is part of something bigger?
Hello Fco. Javier Rodriguez G,
I recommend you to download the newest version available of the SDK (2.4.1) for the LPC804, instead of migrating the drivers of other MCUs. Within the SDK you will find drivers for all the peripherals, even the PLU. The drivers are really good implemented, so, you won't have any problems while working with these.
Hope it helps!
Victor.
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------