Peripheral Tool for MKL17Z128VFM4

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

Peripheral Tool for MKL17Z128VFM4

637 Views
f_pierazzoli
Contributor I

Dear sirs,

I have to build a new project from scratch, wich uses microcontroller MKL17Z128VFM4.

I see that your Configuration Tool does not support the Peripheral Tool for such processor.

What do you suggest to do in order to define the peripherals initialization?

May I use the files generated by a project based on MKL17Z64V which has available the Peripheral Tool ?


Thanks

Labels (1)
0 Kudos
1 Reply

538 Views
Robin_Shen
NXP TechSupport
NXP TechSupport

No.
There are some difference in peripherals between 32\64 and 128\256 KB flash.
If you want to use the files generated by a project based on MKL17Z64V which has available the Peripheral Tool, compare difference between KL17P64M48SF6RM and KL17P64M48SF2RM is needed.

KL17 Reference Manual.png

You can roughly compared the two header files to see the difference.
...\SDK_2.5.0_MKL17Z128xxx4\devices\MKL17Z4\MKL17Z4.h
...\SDK_2.5.0_MKL17Z64xxx4\devices\MKL17Z644\MKL17Z644.h

In order to define the peripherals initialization, please refer the driver_examples in SDK_2.5.0_MKL17Z128xxx4.(...\SDK_2.5.0_MKL17Z128xxx4\boards\frdmkl43z\driver_examples)
You may also read the MCUXpresso SDK API Reference Manual_MKL43Z4.pdf in SDK_2.5.0_MKL17Z128xxx4_doc.

Download SDK Documentation.png

Best Regards,

Robin

 

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------