STM32 SPI peripheral. Confussed about manual
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2010-03-28 6:09 AM
Posted on March 28, 2010 at 15:09
STM32 SPI peripheral. Confussed about manual
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2011-05-17 4:44 AM
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.
