I don't understand the platform files

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

I don't understand the platform files

跳至解决方案
1,316 次查看
jorgesierra
Contributor II

What are those platform files (found in  \...\platform\devices) and why don't they have the full MCU number?

 

If I am using a MK10DN32VFM5 which platform folder should I use?

 

Does that MK10D10 folder apply to all the K10s?

 

Where do I find information about this?

标签 (1)
1 解答
1,222 次查看
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Jorge,

The platform folder contains the “foundation” of the KSDK, it stores the source code for the primary components including CMSIS header files, peripheral drivers, HAL, OS abstraction, startup, system services and linker files. There is a folder for each of the supported MCU families, not for each part number.

The MK10DN32VFM5 part is not supported by Kinetis SDK, you can find the supported devices on the chapter 4 of the following document:

http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDK120RN.pdf

You could use the K11DA5 platform as a base to port the SDK to your device, here is a document that explains how to do this:

https://community.freescale.com/servlet/JiveServlet/download/531112-298169/SDK%20Migration%20Custom%...

Hope it helps!

Best Regards,

Carlos Mendoza

Technical Support Engineer

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,223 次查看
Carlos_Mendoza
NXP Employee
NXP Employee

Hi Jorge,

The platform folder contains the “foundation” of the KSDK, it stores the source code for the primary components including CMSIS header files, peripheral drivers, HAL, OS abstraction, startup, system services and linker files. There is a folder for each of the supported MCU families, not for each part number.

The MK10DN32VFM5 part is not supported by Kinetis SDK, you can find the supported devices on the chapter 4 of the following document:

http://cache.freescale.com/files/soft_dev_tools/doc/support_info/KSDK120RN.pdf

You could use the K11DA5 platform as a base to port the SDK to your device, here is a document that explains how to do this:

https://community.freescale.com/servlet/JiveServlet/download/531112-298169/SDK%20Migration%20Custom%...

Hope it helps!

Best Regards,

Carlos Mendoza

Technical Support Engineer

-----------------------------------------------------------------------------------------------------------------------

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

-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
1,222 次查看
jorgesierra
Contributor II

Thanks, this has been really helpful. I am beginning to understand how all this works.