2019-10-16 02:37 AM
Hi,
I am using the stm32h7 SAI Pheripherals for playing the audio.
I tried to read data from slot0 and slot2 using HAL_SAI_Receive_DMA. I'm getting combined data of slot0 and slot2 in the buffer. I would like to know seperate data from both the slots. Also how to read data from one slot at a time.
Here i have attached the data received from slot0 and slot2