2020-11-29 08:23 AM
Hi,
I am trying to interface an I2S MEMS microphone (SPH0645) with the STM32F446RE MCU for keyword spotting application. The mic produces PCM signal. Unfortunately, I have no idea where to start on receiving and processing the data from this MEMS mic. The resource regarding interfacing this particular microphone is hard to find on the internet. Could anyone please kindly guide me on this issue? Thanks in advance.
Solved! Go to Solution.
2020-11-29 08:32 AM
Simply use one of the SPI/I2S units, or the SAI unit, as I2S Master Receiver, 32-bits per channel. Have a look at existing I2S examples (e.g. in Cube, if it's your thing), or simply follow the description in RM.
JW
2020-11-29 08:32 AM
Simply use one of the SPI/I2S units, or the SAI unit, as I2S Master Receiver, 32-bits per channel. Have a look at existing I2S examples (e.g. in Cube, if it's your thing), or simply follow the description in RM.
JW