cancel
Showing results for 
Search instead for 
Did you mean: 

i am use the STM32F103C8T6 with Cubeide . I am getting the problem in Reading multi channel ADC .

BSing.4
Associate II
 
1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru
3 REPLIES 3

Read the Reference Manual, ADC chapter. In debugger, read out the respective ADC registers content and check if it matches expectation.

JW

Please send the example code of adc multi channel​

TDK
Guru

See the examples in CubeMX repository.

https://github.com/STMicroelectronics/STM32CubeF1/blob/f5aaa9b45492d70585ade1dac4d1e33d5531c171/Projects/STM3210E_EVAL/Examples/ADC/ADC_Sequencer/Src/main.c

If you feel a post has answered your question, please click "Accept as Solution".