STM32F030 - HAL ADC DMA - reading values problem
Posted on September 21, 2017 at 13:06Hi, I have a strange problem with ADC values reading. My MCU and ADC is configured like below:My main.c is like below:// Union with data from ADCunion { uint16_t ADCtable[9]; struct { uint16_t sens...