STM32H725 ADC3 DMA
I read the adc value using ADC3 + DMA using STM32H725.
ADC3 channel 0,1,10,11 are reading adc value.
1) ADC3 + DMA1 : RAM 0x24000000 ~ 0x2401FFFF
2) ADC3 + BDMA : Allocate an array to store adc values to SRAM4.
In all experiments, the correct value does not come out, but 0 or a very large value comes out, and even if the power of the corresponding channel is cut off, a strange value comes out...
What more should I consider and test?
The structure of H7 is complicated, so there are too many things that I don't understand because of my short knowledge... Please explain in detail.
