I don't understand the platform files

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

I don't understand the platform files

Jump to solution
558 Views
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?

Labels (1)
1 Solution
464 Views
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!

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

View solution in original post

0 Kudos
2 Replies
465 Views
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 Kudos
464 Views
jorgesierra
Contributor II

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