I2S read write at the same time for STM32F429IGT6
Hi STM,
I'm working on coding I2S read/write at the same time with STM32F429IGT6.
I enable I2S write with HAL_I2S_Transmit_DMA and Audio playback successfully.
I could also scope the signal from the Sdout pin.
However, if I enable I2S read with HAL_I2S_Receiver_DMA at the same time.
The RX_flag will always show up Busy and play back also can't work.
Do you have the sample code for the I2S read/write at the same time?
