Part Number: TMS320F28379D
Tool/software:
I am trying to measure a Voltage at ADC pin 17. I have configured ADC to 12 bits resolution. Internal Vref 3.3V is used for ADC config. I have given 1.5 V to ADC pins directly from a DC source. 1.5 V is clean and I am not using any filter.
I am getting ADC result counts ~ 2050.
2050*3.3 V / 4095 = 1.64V. I am getting this result. (2^12 -1 = 4095).
For troubleshooting, I passed adc result (2050 counts) to DAC and measured voltage at DAC ouput pins, I am getting 1.47V.
I am not understanding what is the exact issue. Why with calculations I am getting 1.65V?
Is it possible that internal voltage Vref is dropping to 3V? If yes then readings make sense. But how to mitigate it?
Thank you.