This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
I have a very simple question:
How do you perform following action easily:
"Perform some multiple of 16 conversions on VREFLO (internal connection)"
Should i define:
- a SOC and its channel,
( what channel is VREFLO for each ADC?)
-Set up a S/W trigger to start each conversion
??
thank you!
Hi user4565873,
I will first point out that offset calibration is not required on this device in order to meet the DS offset error specifications; the trim populated by using the set mode function is sufficient. This is different than F2802x, '03x, '05x, and '06x Piccolo series devices, which do require user offset calibration.
You are, however, more than welcome to do your own calibration if desired. To get the samples, you can use any method that works with your application. See the sampling examples in ControlSUITE for some starting points: adc_soc_continuous, adc_soc_epwm, or adc_soc_software. Any of these methods will work, although the easiest would probably be the software method. In this case, you could configure 1 SOC to sample the internal connection and trigger it in a loop some multiple of 16 times (say 256 for example). In this case you would want to calibrate the ADC sequentially, since it is hard to ensure synchronous operation when using software triggering.