Resolved! STM32 ADC + DMA does not update value
Board: NUCLEO-144 STM32H723ZGI'm using ADC_3 with 8-bit resolution, trying to measure an analog sine wave of 1 kHz as a stimulus.I'm trying to use the ADC with DMA. However, I am unable to get any values other than zero. I have tested it in polling m...