Question
My DAC outputs inverted values (0000 = 3.3V and 4095 = 0V)
Posted on July 14, 2014 at 12:19
Hello,
I have a trouble with my DAC, for example when I set the DAC output (Channel1 orChannel2) to the maximum voltage, the DAC generate the minimum voltage:DAC_SetChannel1Data(DAC_Align_12b_R, 4095); Vout
~
0VDAC_SetChannel1Data(DAC_Align_12b_R, 0); Vout
~
3.3VDAC_SetChannel1Data(DAC_Align_12b_R, 1000); Vout
~
0.8V The strange thing is, I have two test boards, and the problem happens only on one board. The other board have a correct behavior, with the same project! Do you have any ideas? Thanks a lot!DAC_SetChannel1Data(DAC_Align_12b_R, 4095); Vout
~
0VDAC_SetChannel1Data(DAC_Align_12b_R, 4095); Vout
~
0V #whiskey-tango-foxtrot #oscar-mike-golf