 
					
				
		
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?
Solved! Go to Solution.
 
					
				
		
 Carlos_Mendoza
		
			Carlos_Mendoza
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
-----------------------------------------------------------------------------------------------------------------------
 
					
				
		
 Carlos_Mendoza
		
			Carlos_Mendoza
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
-----------------------------------------------------------------------------------------------------------------------
 
					
				
		
Thanks, this has been really helpful. I am beginning to understand how all this works.
