I don't understand the platform files

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

I don't understand the platform files

ソリューションへジャンプ
1,348件の閲覧回数
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,254件の閲覧回数
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,255件の閲覧回数
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,254件の閲覧回数
jorgesierra
Contributor II

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