KE06 Auto Generated Files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KE06 Auto Generated Files

434 Views
robfranz
Contributor I

I am currently working on porting mbed onto the FRDM-KE06 and am basing my work off of the KL25 as this is already ported.  There are a number of files for the KL25 that appear to be auto generated from Freescale including the following:

device/MKL25Z4/MKL25Z4_adc.h

device/MKL25Z4/MKL25Z4_cmp.h

device/MKL25Z4/MKL25Z4_dac.h

device/MKL25Z4/MKL25Z4_dma.h

device/MKL25Z4/MKL25Z4_dmamux.h

device/MKL25Z4/MKL25Z4_fgpio.h

device/MKL25Z4/MKL25Z4_ftfa.h

device/MKL25Z4/MKL25Z4_gpio.h

etc.

Where are these files generated from and is there somewhere that I can get the files for the KE06?  I have downloaded about every code development package that I can find on the freescale site and have not found what I need.

Thanks,

Rob

0 Kudos
1 Reply

253 Views
marek_neuzil
NXP Employee
NXP Employee

Hello,

It seems that these files comes from the KSDK 1.0.0 (extension to the CMSIS register access layer header; available in platform\CMSIS\Include\device\... directory of the KSDK 1.0.0).

The KSDK 1.3.0 contain also this extension to the CMSIS register access layer header but all devices are include in one header file, see for example KSDK_1.3.0\platform\devices\MKL25Z4\include\MKL25Z4_extension.h.

Best Regards,

Marek Neuzil

0 Kudos