SAI_DMA_ERROR while using Receive_IT()
Dear Community,i'm working on an 4 Slot SAI Interface with an STM32G4 Series MCU. The FrameSync signal is kind of slow (~2kHz) so i want to use the Receive_IT() to throw an interrupt when 4 Slots (32Bit each) has received. So after starting the ADC H...