STM32L452RE SAI microphone connection RX returns 0
I'm trying to get the SAI working in receive mode with a MEMS microphone, but when i try to receive data it only returns 0? Here is the SAI setup:saiHandle.Instance = SAI1_Block_A; // audio block A. saiHandle.Init.Protocol = SAI_FREE_PROTOCOL; sa...