2010-03-28 06:09 AM
STM32 SPI peripheral. Confussed about manual
2011-05-17 04:44 AM
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.