Skip to main content
Edicxon Hospital
Visitor II
October 10, 2017
Question

more than one chanel ADC in STM32F030

  • October 10, 2017
  • 0 replies
  • 432 views
Posted on October 11, 2017 at 00:03

Hi, i have a problem with to program multiple ADCs Conversions. normally to program a single channel (0,1,2,3....n) 

MX_ADC_Init();

HAL_ADC_Start(&hadc);

adcValue=HAL_ADC_GetValue(&hadc);

how do i read more than one ADC channel?

    This topic has been closed for replies.