2025-05-17 6:31 AM
Hi,
I am working with STM32H757I-EVAL. The task is to record audio, store it in SD Card. Since, STM32H757I-EVAL has PDM Data format as well as DFSDM data format which would be better to interface with or is there anyother data format that can be used?
2025-05-17 10:05 AM
Hi,
depends, where your data is coming from .
If from mic , with pdm pulse stream, you have to convert to PCM , to get something like a wav file.
You could use the DFSDM module for this, or (from audio lib) pdm->pcm conversion/downsampling .