ADC data is transferred by DMA but no values in memory, just 0 (Nucleo-H734ZI2)
I am taking the values from adc1 and sending them via DMA1 to a memory location. I had followed a tutorial for the STM32F series, but I have also looked at the example code in the STMCube IDE. But it still does not work. I got the ADC_DMA example to ...