Resolved! STM32U5 SAI in I2S mode + GPDMA
Hi,I have a board with an STM32U575 at the core.I'm attempting to set up SAI receiver in I2S mode, with 32-bit 48kHz sampling. See my configuration of SAI A below: I also want to receive the data continuously in circular mode via DMA (or GPDMA in th...