STM32F4 ADC/DMA always returns same value.
Posted on April 19, 2017 at 19:16STM32F437I want to use ADC3 with DMA to capture values and have them available when needed but I don't need an ISR. Regardless of changing the input the value never changes. Below is the code I am using. Please give ...