Kinetis SPI code

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Kinetis SPI code

跳至解决方案
4,086 次查看
RonBurgundy
Contributor I

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.

0 项奖励
回复
1 解答
2,574 次查看
freegeek
Contributor III

Download CW10 and create simple project using Processor Expert to create a SPI driver and the look at the PE code.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
2,575 次查看
freegeek
Contributor III

Download CW10 and create simple project using Processor Expert to create a SPI driver and the look at the PE code.

0 项奖励
回复
2,574 次查看
mnorman
NXP Employee
NXP Employee

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