wrong values- adc with dma
Posted on July 14, 2015 at 09:48#include <stm32f4xx.h>#include <stm32f4xx_conf.h>i have posted the code below and i get wrong value. Can anyone tell me whats wrong ?volatile uint16_t Buffer[12];uint8_t receiveword; /* ADC Configuration */void adcCon...