Does STM32F446 not have full-duplex I2S?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-01 7:43 PM
Hello, I am designing a project using STM32F446, hoping to get more performance than STM32F401/411.
After some research and trial and error, it looks like this MCU does not support full duplex I2S. I could not find I2S_SDext in the datasheet.Is that correct this one does not support full-duplex I2S communication? Then how can I set I2C_SD pin as input or output?- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-02 1:23 AM
You are supposed to use SAI for I2S in the newer 'F4/'F7.
JW- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-02 1:33 AM
Hello,
You should refer to your reference manual for more clarification.Regards- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-05 10:00 AM
Hello
The I2S on STM32F446 which is shared with SPI is only half duplex(written in reference manual).
The full duplex I2S is managed over newer SAI periphery.
Best regards
Radek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2016-12-18 4:09 PM
Oh I didn't know the new SAI interface.
Thanks for you help.
