MKL25Z4.h file

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

MKL25Z4.h file

Jump to solution
1,837 Views
enrikm84
Contributor II

I just started reading and working through the book "Embedded Systems Fundamentals with Arm Cortex-M based Microcontrollers" by Alexander G. Dean. The author requires that the reader includes the header file MKL25Z4.h but does not gives any instructions on where to get it. Does anyone in here has some info that can help? Thank you very much. 

0 Kudos
1 Solution
1,828 Views
ErichStyger
Senior Contributor V

Hi @enrikm84 ,

if you create a project with the NXP MCUXpresso IDE and the SDK, you will find that file inside the CMSIS folder:

ErichS_0-1642577387585.png

You can find that file (and project) on my Github repository too:

https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/FRDM-KL25Z/FRDM-KL25Z_Bl...

 

I hope this helps,

Erich

View solution in original post

2 Replies
1,822 Views
enrikm84
Contributor II

@ErichStyger Thank you very much.

1,829 Views
ErichStyger
Senior Contributor V

Hi @enrikm84 ,

if you create a project with the NXP MCUXpresso IDE and the SDK, you will find that file inside the CMSIS folder:

ErichS_0-1642577387585.png

You can find that file (and project) on my Github repository too:

https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/MCUXpresso/FRDM-KL25Z/FRDM-KL25Z_Bl...

 

I hope this helps,

Erich