Question
Example for simple ADC conversion
Posted on January 27, 2016 at 11:50
Hello,
I am trying to get a simple example going for the ADC of an STM32F407V discovery board.I tried the VBAT sampling example, but so far without luck. I only get ''0,0'' via serial port on the output.My environment is based on CooCox, and I configure the clocks (f_sys) to run on 48 MHz with HSE 8 MHz. I use DMA to transfer data from the ADC to the main display function.How can I start/debug the setup and experiment with the different ADC modes?Thanks! #adc