KE06 Auto Generated Files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

KE06 Auto Generated Files

530 次查看
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 项奖励
回复
1 回复

349 次查看
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 项奖励
回复