STM32 SPI2 read and write W25X20 problem[Copy link]
This post was last edited by chenbingjy on 2017-11-14 11:28 I use STM32F103C8T6 to read and write W25X20, and the read ID is always 0.Schematic diagram:
First check whether mosi and clk have output waveforms; then check whether miso has response data. If garbled data is received, adjust the data clock polarity and data edge. It will definitely work.
Details
Published on 2017-11-14 15:42
First check whether mosi and clk have output waveforms; then check whether miso has response data. If garbled data is received, adjust the data clock polarity and data edge. It will definitely work.
huo_hu posted on 2017-11-14 15:42 First check whether mosi and clk have output waveforms; then check whether miso has response data. If garbled data is received, adjust the data clock polarity and number...