Dear All,
Does anyone know if the SMSIS-SVD files for Kinetis devices are generally available anywhere? There are files that describe only one device (a MK10) available on the ARM website as far as I can tell.
thanks for any pointers (or an official answer from Freescale)
bye
Hi pgo,
in june this year I raised a service request to Freescale regarding CMSIS-SVD files for a K70.
They answered that there are no files available.
I assume that you want to use the svd files as imput for the EmbSysRegView Plugin in Eclipse? If so you could try to write a script which parses the MKxxx.h which contain all the macros for register access to build up the svd file for yourself.
Using this approach we could automatically generate about 70% of the registers of the K70.
Best regards,
Thomas
Hi Thomas,
Thanks for the feedback.
I was hoping to add a peripheral plugin for USBDM - It's pretty straightforward providing you have the SVD files.
bye