cancel
Showing results for 
Search instead for 
Did you mean: 

STM32 SPI peripheral. Confussed about manual

godmode2
Associate II
Posted on March 28, 2010 at 15:09

STM32 SPI peripheral. Confussed about manual

1 REPLY 1
godmode2
Associate II
Posted on May 17, 2011 at 13:44

Ok problem solved:

It should be written more clearly in the manual why we send 2 bytes to receive further bytes of data. It is all about sending dummy byte to receive a proper byte. I thought that SPI_I2S_ReceiveData() also generates clock, but it dont.