c6747采用四线cs的方式连接来读写flash,关于CSHOLD怎么理解?我在spi初始化的时候把它置1了,在进行flash读写时如何来连续读写数据?
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.
CSHOLD位表示是否保持之前的CS信号状态, 有些slave器件在连续读写数据时, 要求CS信号一直为有效电平, 这时就可以设置CSHOLD为1来实现. CSHOLD是否要置1, 要看一下你的flash连续读写数据时对CS信号的时序要求. 有关CSHOLD的详细介绍, 请参考下面的wiki网站.
http://processors.wiki.ti.com/index.php/Using_SPI_Chip_Select_Pin_on_C674x/OMAP-L1x#Using_The_Chip_Select_Hold_Feature