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.

DAC60508: DAC programming problem

Part Number: DAC60508

I have received the item ID code: 0x2816 from DEVID register, but can't get any value on OUT pins,

I'm trying to do following:

WriteReg(TRIGGER, 0x000A);
WriteReg(SYNC, 0x0000);
WriteReg(GAIN, 0x00FF);

WriteReg(DAC0, 0xFFE0);
WriteReg(DAC1, 0xFFE0);
WriteReg(DAC2, 0xFFE0);
WriteReg(DAC3, 0xFFE0);
WriteReg(DAC4, 0xFFE0);
WriteReg(DAC5, 0xFFE0);
WriteReg(DAC6, 0xFFE0);
WriteReg(DAC7, 0x7FF0);

What wrong?