请问各位,dm365的spi驱动的源代码时哪一个文件,是/linux-2.6.18_pro500/drivers目录下的davinci_spi_master.c吗?谢谢!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
请问各位,dm365的spi驱动的源代码时哪一个文件,是/linux-2.6.18_pro500/drivers目录下的davinci_spi_master.c吗?谢谢!
有什么区别吗,我在spi上连接一个设备,不是也要对控制器进行驱动吗?
控制器的驱动是给设备的驱动用的,这里,spi设备的驱动需要通过spi接口往设备发命令实现功能,而spi接口通信的功能是由spi控制器的驱动提供的