STM32G431 - ADC + DMA using HAL not working
Hi,
I am trying to make the ADC + DMA work a STM32G431CBT6 using STM32CubeIDE and the HAL library. I am used to making it work on other families like the STM32f103 etc.. However, here, when I program the processor using the debug mode and watch the content of my adc/dma buffer, all the values are at 4095 (maximum) and stay like this...
Has anyone an idea on how to make this work? or any suggestions based on my code?
Please find my code and CubeMX settings in the following images.
Thanks in advance,
