During simple task I need to measure Vrefint and Vbat, so, I open CubeMX and configure ADC to read Vrefint and VbatThan I setup a DMA to read values...I write a really simple program:/* USER CODE BEGIN PD */
#define ADC_BUF_SIZE 20
/* USER CODE END P...