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:
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!
-----------------------------------------------------------------------------------------------------------------------
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:
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!
-----------------------------------------------------------------------------------------------------------------------