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.
Tool/software: Code Composer Studio
Using the ADC component on the experimenters board I find that in Single ended mode the ADC-A has an input range of 0 to 3V. I configured the ADC-D to measure a signal in Differential mode and after a lot of head scratching found that the input voltage range is now +/-3V. So it appears that in Single ended mode the ADC is Uni-Polar and in Differential mode it is Bi-Polar? I can find nothing in any literature that describes this, but my device is working that way.
1. So is this correct?
2. Is there a way to configure the ADC, when using differential inputs as Uni-Polar?
BTW: The ADC works REALLY well!
John
Hi John,
You can get the formulas to convert the voltage difference on the pin to a digital code (or vice versa) in the TRM () in section "10.1.3.5 Expected Conversion Results"
Before you use the formula, you need to meet the following electrical requirements that are in the datasheet:
Certainly it will produce some output if you don't meet these requirements, but the formula to determine the output is undefined, performance will not be good, and you could damage the device if you apply < -0.3V to the pins.