Hi, everyone
I just started exploring the Experimenter Kit for F28335 Delfino Family. I tried to import an example project into CCS from the following path:
C:\ti\controlSUITE\device_support\f2833x\v133\DSP2833x_examples_ccsv4\adc_soc.
It's a project on ADC part. I think the code is trying to convert channel A3 first and A2 next, so the ADC results of A3 would be saved in Voltage1[10] and A2 would be saved in Voltage2[10]. Then I input a 1.5V constant voltage to A3 with A2 suspended. I would suppose Voltage1[10]=4096/2=2048. But here is what I got in the watch window:
Voltage1[10] is fixed at 38249 or so. Voltage2[10] is around 2048.
I'm really confused on this. Anyone could help explain a little bit?
Thanks,
Leon