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.

作者:cumtchw
出处:http://www.cnblogs.com/cumtchw/
我的博客就是我的学习笔记,学习过程中看到好的博客也会转载过来,若有侵权,与我联系,我会及时删除。

原文地址:https://www.cnblogs.com/cumtchw/p/6856821.html