This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Ø There are 24 registers inside DAC81416 Chip
Ø The address range 0x00 - 0x0e and 0x20-0x23 can be read and wirten normally
Ø The address range 0F~1F can be wirten(the output voltage of the channel is as expected),But All values read back are zero.
Ø 3.3V power supply
Ø The pins SDO、SCLK、SDI、CS、CLR_n of the chip are connected to the FPGA.The FPGA use SPI protocol to control the chip
Ø TOGGLE0 TOGGLE1 TOGGLE2 connect to Ground
Ø CLR pin: the outputs of the FPGA is high
assign offest_clr_n = 1;
Ø RESET_n connect to 3.3V
Wirte and read in 24bit -mode,without CRC。
Wirte access uses the 25MHz CLock
For example:The Address 0x10 is written as 0x6666
Wirte access uses the 12.5MHz CLock
The address of the device id is 0x01,and the value is 0x0a70(as expected)
3.2.2 Read address 0x03 is correct(SPICONFIG)
DAC0 Register has been set to 0x6666,but the reset value 0x0000 is read
There are some other registers that have been configured
The register 0x003 has been set to 0x0a84
The register 0x004 has been set to 0x3f00
The register 0x005 has been set to 0x0000
The register 0x009 has been set to 0x0000
Hello,
I believe the DAC data registers are write only. This looks like a typo in the datasheet. I will double check with my team and confirm with you when I hear back.
Best,
Katlynne Jones
The customer thinks that it is not caused by only writing the register, because the bits found in the datasheet register are read-write bits, so the customer asks you a question and hopes to solve it as soon as possible.
Hi,
As mentioned by Katlynne, address 0x10 to 0x1F is Write Only. If you try to read them, it will return 0x0000.
We will update the datasheet to reflect these changes. Sorry for the inconvenience.
Regards,
AK