2023-04-05 11:20 PM
At the moment, we evaluate feasibility of STM32H562 for our application. Our application is using PDM microphones. However, STM32H562 has SAI interfaces but no DFSDM filters.
Is there any out of box application example /application note for PDM microphone with SAI interface? (multichannel solution for 4 PDMs would be nice, 2 PDMs is a must)
2023-04-06 01:00 AM
Hello @MKout.1 and welcome to the Community :)
Currently, there is no available SAI application for STM32H5.
Maybe you can review and get inspired from the SAI application with STM32CubeU5 MCU package:
\STM32Cube_FW_U5_Vx.x.x\Projects\STM32U575I-EV\Examples\SAI\SAI_AudioPlay
Imen