Hi fan_xy,
Take care, the code in Freescale\CW MCU v10.6.4\MCU\CodeWarrior_Examples\Kinetis_Examples for K60 is supporting the TWR_K60N512, not TWR_K60D100.
The chip on the TWR_K60N512 is the 1.x silicon chip, but the chip on TWR_K60D100 is the 2.x silicon chip, there have a lot of differences between these two chips. For details, please refer to this document:
http://cache.nxp.com/files/32bit/doc/app_note/AN4445.pdf?fsrch=1&sr=1&pageNum=1
If you debug the code in the CW install path directly on your TWR-K60D100, you will find, maybe your code will enter in the hardfault with TWR_K60D100.
If you want to refer to this codewarrior sample code, you must create a code for K60DN512VMD10, not MK60DN512ZVMD10. Under the codewarrior install path, there has no code for TWR-K60D100.What we have is the KSDK1.3.0 CAN code for TWR-K60D100, besides, you can refer to :C:\Freescale\CW MCU v10.6\MCU\CodeWarrior_Examples\Processor_Expert\Kinetis\TWR-K60N512\CAN use the PE CAN_LDD to configure a TWR-K60D100 code.
About the TWR-SER modules jumper configuration, please do it like this :
Short J5(1-2), J5(3-4), J5(5-6), J5(7-8), and J5(9-10) to enable CAN connection.
Wish it helps you!
If you still have question, please contact with me!
Have a great day,
Jingjing
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------