Resolved! CubeMX Initialization for SAI with MEMS microphone input - STM32F746g-disco
Hello,I'm trying to get the MEMS microphone (components U21 and U20 on the STM32F746g-disco) to work with SAI. I save my microphone inputs into a buffer with 1000 8-bit values via HAL_SAI_Receive_DMA. Below I have written my MX_SAI_Init() and HAL_SAI...