STM32F746 Discovery's MEMS Microphone
Hi,
I could work perfectly with UART, SD Card, and button interrupt of this discovery kit. Now, I would appreciate, if you help me to start up the microphone of the stm32F746 Discovery board. The goal is to read the data from the microphone and watch them on the terminal (such as Putty). I configured the MCU in Stm32cubeMX as below:
- SAI A is activated on Master mode. The configuration is: (Audio mode: master transmit, protocol: I2S standard, Audio Frequency: 22.05 kHz)
- USART1 is in Asynchronous mode.
- RCC (HSE) is activated.
- In NVIC, I enabled the SAI1 global Interrupt
- In DMA 2, I added SAI1_A.
Please let me know whether these configurations are correct or not. Moreover, please let me know what to do after code generation. if you have any example which can help me, please let me know. Thank you in advance.
