STM32WLE5CC I2S doesn't have I2S_DI and I2S_DO required for interfacing audio codec IC
Hi,
I am new to I2S protocol, this is the first time I am working on this, I’m sorry if my question sounds trivial.
I am trying to interface the RAK3172 module (STM32WLE5CC is inside) with the NAU88L25YGB audio codec from Nuvoton, the audio codec has ADCOUT and DACIN that as per the given reference design should connect to I2S_DI and I2S_DO of a MCU respectively. STM32WLE5CC/RAK3172 only has I2S2_SD pins, no separate DI and DO pins.
Following is the wiring between RAK3172(STM32WLE5CC) and NAU88L25YGB.
| RAK3172(STM32WLE5CC) | NAU88L25YGB |
| PA3 | CODEC_I2S2_MCK/MCLK |
| PA8 |
CODEC_I2S2_CK/BCLK |
| PA9 | CODEC_I2S2_WS/LRCK |
| PA10 | CODEC_I2S2_SD/DI/DO (??) |
How can I tackle missing I2S's DI and DO pins of STM32WLE5CC?
Thanks in advance for any help.
-Anesh
