Hello !
I'm working on a weather station with Freescale FRDM KL25Z board. I have seen that some device like LPC18xx have its own CMSIS drivers (like I2C, SPI, MCI and many more !). I would like to know if ARM MDK have the same CMSIS driver for my Freedom board because I can't find it on Manage Run-Time Environment after creating a new project on KeiL µV5.12. Why ?
If not, do I have to create my own drivers ?
I hope no, because I just finished to code I2C protocol and the weather station will surely need SPI (for displaying data) and Ethernet API. CMSIS is a good benefit in order to upgrade my dev board in the future without recoding almost everything.
Hi Eoin !
Yes I already installed Kinetis KLxx_DFP pack like yon can see below :
It's just Unlike other vendor (ST, NXP and more), it seem that Freescale CMSIS driver are not completely present for KLxx family... But maybe I'm wrong so that why I ask it here .
Look by yourself :
Freescale KL25Z :
NXP LPC18xx :
There are so much more interesting thing with LPC18xx. I'm pretty frustrated.