Part Number: LAUNCHXL-F28377S
Other Parts Discussed in Thread: C2000WARE
I have a LAUNCHXL-F28377S and I'm running sample code /C2000Ware_1_00_01_00/device_support/f2837xs/examples/cpu1/buffdac_ramp/cpu01/buffdac_ramp_cpu01.c. I noticed the voltage stays around 14mV when I command it 0 on the debugger (I change dacValto 0). The scope is wired to J3 pin 29 on my demo board. The only way The scope get's to 0V is if I change DacbRegs.DACOUTEN.bit.DACOUTEN = 0;.
Do I have things wired incorrectly or is the board supposed to behave this way?
The lines that I have changed are:
#define REFERENCE REFERENCE_VREF #define DAC_NUM DACB // J3 pin 29
