Hi,I am doing a spider robot with K60.The processor will driver 20 motors but I find it is not enough for MK60D(the FTM 0\1\2 has 12 channel totally ).So I decide to change the processor to the MK60F(the FTM 0\1\2\3 has 20 channel totally ).I use IAR to programme but I don't find the head file with MK60F.The version of IAR is 6.30.1.How could I to find the headfile to support the MK60F processor.please give me a help . thank you !
Hi,
Download the Kinetis 120MHz bare metal sample code that you can find here:
Install it and check this path:
KINETIS_120MHZ_SC\src\cpu\headers
There you will find header files for MK60F15 and MK60F12. If you have problems with this link in the attachments you can find the MK60F15.h and MK60F12.h files.
Hope this helps.
Good! Thank you for your help!:smileyhappy: