STM32F2xx SPI slave receive data problem
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-09-11 7:32 PM
Posted on September 12, 2014 at 04:32
I have a STM32F2xx connected to FTDI UM232H using SPI communication, STM will configured as Slave and FTDI as Master, I will be using NVID
I have configured my SPI as below:- 2 line duplex
- 1 Mhz clock
- MSB
- 8bit
- Phase = Low
- Polarity = Positive
- Hardware: 4 lines connection, CS, SCLK, MOSI, MISO
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
2014-10-09 1:57 AM
Posted on October 09, 2014 at 10:57
Hi ho.tim,
Just one question to more understand the issue you are experiencing:when using the SPI Slave full duplex mode could you confirm that you check on RXNE before reading the data using SPI_I2S_ReceiveData(SPI2); ??Regards,Heisenberg.