Where do I find these files:
#define KL27Z4_SERIES
/* CMSIS-style register definitions */
#include "device/MKL27Z4/MKL27Z4.h"
/* Extension register definitions */
#include "device/MKL27Z4/MKL27Z4_registers.h"
/* CPU specific feature definitions */
#include "device/MKL27Z4/MKL27Z4_features.h"
they are referenced in fsl_devices_registers.h
Not finding them in KDS 3.2.0 tree nor the KSDK 2.0 built for the KL27 built by the online builder (it only has the MKL27Z644).
The part I'm using is the KL27Z256LK4.
Where are the header files I asked about?
Are you saying the MKL27Z644 headers have replaced the MKL27Z4 headers?
This is what MKL27Z4.h files says at the top:
Pre CMSIS:
** ###################################################################
** Processors: MKL27Z256VFM4
** MKL27Z128VFM4
**
** Compilers: ARM Compiler
** Freescale C/C++ for Embedded ARM
** GNU C Compiler
** IAR ANSI C/C++ Compiler for ARM
**
** Reference manual: KL27PxxM48SF4RM, Rev.1, May 2014
** Version: rev. 1.1, 2014-05-26
** Build: b140528
Newer CMSIS version (which requires the missing headers that I asked about. Find it frustrating we are wasting time rather than just answering the question that was asked. Where is MKL27Z4_registers.h?).
** Processors: MKL27Z256VFM4
** MKL27Z128VFM4
** MKL27Z256VFT4
** MKL27Z128VFT4
** MKL27Z256VLH4
** MKL27Z128VLH4
** MKL27Z256VMP4
** MKL27Z128VMP4
**
** Compilers: Keil ARM C/C++ Compiler
** Freescale C/C++ for Embedded ARM
** GNU C Compiler
** GNU C Compiler - CodeSourcery Sourcery G++
** IAR ANSI C/C++ Compiler for ARM
**
** Reference manual: KL27P64M48SF6RM, Rev.3, Aug 2014
** Version: rev. 1.6, 2015-02-12
** Build: b150212
Hello BOB,
when create project on KDS, select the chip of MKL27Z256, there will be the header files about this chip.
Hope it helps
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Bob,
Please check the part number of your chip ,
on the KDS+KSDK, for the different chip there is the corresponding header file :
MKL27Z644.h MKL27Z1284.h ....
So please be sure your chip .
Hope it helps
Alice
Have a great day,
Alice
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------