2016-12-01 07: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?2016-12-02 01:23 AM
You are supposed to use SAI for I2S in the newer 'F4/'F7.
JW2016-12-02 01:33 AM
Hello,
You should refer to your reference manual for more clarification.Regards2016-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
2016-12-18 04:09 PM
Oh I didn't know the new SAI interface.
Thanks for you help.