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 ~ 0x2401FFFF2) ADC3 + BDMA : Allocate an array to store adc values to SRAM4.In all experiments, the correct value do...