What is the difference between I2S_ext_SD and I2S_SD?
Hello,
Please excuse the basic question, I am reading the datasheet of stm32f429ve trying to understand which pins I need to send data from the microcontroller to an audio codec using I2S.
I understand the I2S interface requires three pins, with an optional fourth pin:
- Bit clock, using PB13 = I2S2_CK
- Word clock, using PB12 = I2S2_WS
- Serial data, using PB15 = I2S2_SD
- Master clock, using PC6 = I2S2_MCK
However, I do not understand the function PB14 = I2S2_ext_SD.
Is this dependent on whether the pin is transmitting or receiving like MOSI or MISO in SPI? I cannot find this documented anywhere which makes me think it must be obvious :)



