Hello,
Does anyone have or know where I can get some sample SPI code for the K40 chip? I downloaded the KINETIS512_SC file from Freescale and it seems like they have sample code for everything except SPI.
Thanks.
Solved! Go to Solution.
Download CW10 and create simple project using Processor Expert to create a SPI driver and the look at the PE code.
Download CW10 and create simple project using Processor Expert to create a SPI driver and the look at the PE code.
Processor Expert in CodeWarrior 10.1 is quite advanced for the 32-bit MCUs. There are physical device drivers and logical device drivers available that provide rich APIs. Check it out!
-mnorman