how can I send data through I2S to cs43l22 chip in stm32f4 discovery to play a .wav audio file stored in sdcard ?
I am using :STM32CubeMXKeil mdk V5what is configured and working correctly :SDCard Fatfs using spi protocolI2c to control cs43l22.PD4 RESET of audio coded cs43l22.what is needed :the right configuration of I2s and DMA and how to send PCM data from SD...