Tool/software: Code Composer Studio
Hello,
I am using a F28069 microcontroller board to do an ADC of a DC-DC power converter. The microcontroller is using an analog ground and the voltage I want it to measure is referenced to the power ground. If I do it this way, there will be large noise present on the ADC node. I solved the problem by changing the ground of the microcontroller to be the power ground instead of the analog ground. However, I do not think this is a good idea and sometimes when I increase the voltage of the DC-DC converter, the CCS will give out warning and disconnect the microcontroller (it is connected via USB to a laptop.).
Would you please help to give some advice on how to properly setup the microcontroller in this case and allow accurate measurement of a signal of a different ground? Is there differential mode measurement for the ADC of the F28069?
Thank you very much!