Hello everyone,
I am using the LaunchPad TMS570LS04x. Right now I'm trying the ADC module. I know how to configure it and work with one channel, however when it comes to use multiple channels, I do not know how to select a specific channel to read the converted value.
I enabled ADIN0 and ADIN9, then with the function adcGetData I read the converted value but I asume that the first time I call the function, I get the value from cannel 0 and the second time the value from channel 9. Is this assumption correct or is there a way to read the value of a desired channel?
Thank you in advance for your help.