User Activity

I am trying to read signals from digital MEMS microphones via DFSDM peripheral and transfer it to memory with DMA on STM32H7A3. I found out that 4 channels are handled by DMA and remaining 4 with BDMA. Now I can't figure out how to get this BDMA to ...
It seems like AcousticSL software is suitable only for digital MEMS microphones. Is anyone aware of some alternatives to that for analog microphones? I'm interested in sound source localization.If not I guess I will have to try to implement GCC-Phat...
Posted on May 25, 2018 at 11:27Hello, I'd like to know if there is possibility to use all input capture channels at the same time?For starting timer i use function wich enable only 1 channel:HAL_TIM_IC_Start_DMA(&htim1, TIM_CHANNEL_1, &restWave[0], ...