Other Parts Discussed in Thread: DAC8775,
Tool/software:
All the shunts are connected as per default and I had mistakenly connected DVDD in reverse polarity at J4, J4-1 at 3.3V from the NUCLEO-F072RB. I immediately corrected it, and even after I have configured the registers correctly according to the datasheet, I can't seem to get channel A to output 10V.
I currently have:
void dac8775_Write(uint8_t cmd, uint16_t data);
dac8775_SetVoltage(uint8_t channel, float volts);
dac8775_Write(0x03, 0x0020);
dac8775_SetVoltage(0, 10.0f);
Am I doing something wrong? Or is the board permanently damaged? I am still new at this so I would appreciate any help in advance.