User Activity

Hello,I am working on application that would use microphone array. Together with STM32H735IG board I decided to use STEVAL-MIC001V1 microphone array connected via DFSDM interface. I based my project on example available in CubeMX - DFSDM_AudioRecord ...
/* 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...