User Activity

I am using stm32h743ii board. I am adding two adc channels of adc 1. I am using scanning mode and continuous conversion mode. I am geeting the data using HAL_ADC_START_DMA.I am Storing the data of channel 1 in data_read[0] and the data of channel 2 ...