Peripheral Tool for MKL17Z128VFM4

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

Peripheral Tool for MKL17Z128VFM4

643 次查看
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

标签 (1)
0 项奖励
1 回复

544 次查看
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!
-----------------------------------------------------------------------------------------------------------------------