Hello
I have (5) DAC8564 on one PCA design. I AVdd is 5V, and VioVdd is 3.3V. See image below.
I am having difficulty getting the DAC's to use an external 4.096V Vref. I have disconnected the 4.094V source, until I can prove the internal Vref has been powered down. I bussed all the Vref DAC pins together, and have sent (via SPI) the following bits:
- nEN1 = 0, nEN2 = 1 0x012000 Disable U1 DAC Vref
- nEN1 = 0, nEN2 = 1 0x412000 Disable U7 DAC Vref
- nEN1 = 0, nEN2 = 1 0x812000 Disable U9 DAC Vref
- nEN1 = 0, nEN2 = 1 0xC12000 Disable U10 DAC Vref
- nEN1 = 1, nEN2 = 0 0x012000 Disable U11 DAC Vref
After the above SPI commands have been sent, I still see Vref as 2.5V. I have checked timing, voltage levels, no signal ringing, clock edges, all looks good.
I have not even send any DAC vales after the above commands have been issued - still Vref = 2.5V !!!!
Just for my knowledge, if the above had worked, does bit DB13 always have to be "1" going forward while sending DAC values so that the internal Vref is OFF?
Thanks