Question
Problem of ADC with DMA
Posted on January 28, 2016 at 15:05 Hello, I have a STM32F429I Discovery and I want to sample a signal from a hydrophone of 60-90 KHz before performing an FFT. I work on Linux with GCC-ARM without EDI. (
http://manblaireau.net/Test/STM32F4_Builder_TEST.zip
) So here's my problem: I use a code found on the forum to use three ADC with DMA and the value that is returned to me trough a software serial connection are inconsistent, see yourself: My samples :http://manblaireau.net/Test/sinus10_100.png
http://manblaireau.net/Test/sinus1000_10000.png
And my code : I use a function generator directly in input of the ADC and my osciloscope confirms that it works. Have an idea ? Thank you in advance and good day. #stm3229i-discovery-adc-dma