Hi,
we're using DAC8760 in a configuration with another device on same SPI. At system startup we initiate the following sequence:
1.) Write SW-Reset to DAC8760 (otherwise we get CRC Error on first command after activating CRC Check)
2.) Activate CRC Check in DAC8760
3.) Setup DAC8760 to output e.g. 1V
4.) Write to the other device on SPI 2 Bytes
5.) Setup DAC8760 to output e.g. 2V --> at this point we get a CRC Fault (in STATUS Reg CRC-FLT is set)
If we're sendig two dummy bytes with 0's after step 4 we get no error. But this is not a good solution for us. In the datasheet we read, that only the last 32 bits before a low to high transition at the LATCH Pin are relevant to the chip. But this doesn't seem to be true.
Is this a known bug? Do we do something wrong?
Kind Regards
Jens