Tool/software: Code Composer Studio
hello
I want to run and check each pin in the adc pin map.
So I found out that ad1evt works. (adcREG1->EVTOUT = 1U; ,adcREG1->EVTOUT = 0U) (on,off)
What should I do for the rest of the ad1in [1 ~ 23]/ad2in[0~15] pins?
I want to operate it one by one and see if it works.
Thanks.