Hi everyone , i new with kinetis microcontroller.
i have MK10FN1M0VMD12 and i can't find suitable SDK for this core!!
of course SDK exist for kinetis 120 MHZ but when i see inside this package , it's for k60 family not K10 and don't have FTM for PWM or any PWM example code!!
so could anyone help me to find correct SDK for this microcontroller ?
thanks.
Hi Mahdi:
Unfortunately, currently no SDK for MK10FN1M0VMD12. you need to refer to K60 120M sample code for your application:
Kinetis 120MHz bare metal sample code
Regards
Daniel
Hi daniel thanks for reply,
ok do you mean i just change CORE in K60 120M sample code to MK10FN1M0VMD12 , i can run this sample code on MK10FN1M0VMD12 microcontroller?
thanks again .
Hi
MK10FN1M0VMD12 is very similar to MK60 120M. K60 has eth port and USB port, K10 doesn't
In the Kinetis_120MHZ_SC package, the head file should be MK10F12.h
Regards
Daniel