2022-04-01 07:09 AM
Hi everyone, I have some question about DMIC and PDM to PCM audio output.
My Board is STM32H735-dk board, and scenario is below:
Q1: I have already successful get DMIC data from my SAI_RX_BUFFER, but how to check the data correctly?
Q2: Use PDM2PCM function then DMA to Codec but only noise output.
Codec setting already can play audio file to headphone, and DMIC setting had follow spec, so I have no ideal where's incomplete.
2022-04-04 01:14 AM
Hello @LKuo.2 ,
You can refer to the following BSP example on the audio recording part that is provided under the CubeFW H7:
This may help you.
Best Regards,
Walid
2022-04-05 09:02 PM
Hi Walid,
I rebuild all setting but my SAI_RX_BUFFER has no data, sai callback have interrupt, but still no data. Any idea?
BR,
Leon Kuo