I have tried a lot of ADC DMA examples, but I don't know where I am failing. I am using a MIKROE card STM32F407VGT6, the result of the DMA register in DataADC comes in only two states (1048 - 0V and 4095 - 3V3)
Here is the code of what i am doing, certainly I am still confused where do I have to change the register. #include "main.h" /* Private variables ---------------------------------------------------------*/ ADC_HandleTypeDef hadc1; DMA_HandleTypeD...