2015-10-07 07:18 PM
I see someone had a similar problem on the forum before but it hasn't been addressed yet. I am trying to get audio data from the on-board microphone on STM32F4 discovery board, and do some post-processing. As the first step, I just want to see whether I can get the data. So I write code and paste it in the following link:
The code doesn't do anything really useful. But if it runs correctly the I2S or SPI interrupt service routine should be executed and I should see the audio data in InternalBuffer array. However, after setting a breakpoint in I2S ISR, I never hit this breakpoint in debugging. I will really appreciate if anyone can point out what I did wrong. #stm32f4-discovery-microphone