Problem with enabling onboard MEMS microphone using SAI interface on STM32H735IG discovery board
/* SAI configured in Mode: Pulse Width Modulation using MicroPhones pairs (1-2) and CK2 as clock */ static void MX_SAI4_Init(void) { hsai_BlockA4.Instance = SAI4_Block_A; hsai_BlockA4.Init.Protocol = SAI_FREE_PROTOCOL; hsai_BlockA4.Init.AudioMo...