STM32L432KC I want to read ADC values using DMA. The problem is that I don't get any value in my array. I would like to do with HAL_ADC_PollForConversion, but doesn't work correctly it seems to read only one channel.
/* Includes ------------------------------------------------------------------*/#include "main.h"#include "fatfs.h"/* Private includes ----------------------------------------------------------*//* USER CODE BEGIN Includes */#include "fatfs_sd.h"#inc...