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.
Hello 0zmax,
unfortunately, there are no CMSIS-Drivers available for Freescale devices at the moment. In the meantime please use the drivers from the latest Freescale SDK as shown in this video: http://www2.keil.com/freescale/
Kind regards,
Christopher