User Activity

hello.I would like to ask a question about the ADC capabilities of the STM32G474.To use ADC, use the HAL_ADC_Start_DMA function.HAL_ADC_Start_DMA(&hadc1, (uint32_t *)&DATA,1);Here, I know that the third parameter is the number of data to receive.I wa...