SPI problem of STM32
Posted cumtchw
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SPI problem of STM32相关的知识,希望对你有一定的参考价值。
There is a problem that data can not be read from the flash when I use SPI to operate W25Q64.I spent a week in solving this problem.I use logic analyer to observe the waveform,but I found no problem.I found that I forget to add the sFLASH_WaitForWriteEnd() founction in the erase function after I refer to the program of zhengdianyuanzi.
This function is in the example,but I forget to add it in the erase function.
以上是关于SPI problem of STM32的主要内容,如果未能解决你的问题,请参考以下文章
STM32F103(二十六)SPI通信(+两块STM32之间的SPI通信)