Hi, I need sample code to implement CRC error checking for dac7750 or dac8750.please help me if it is implemented.
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.
Hi.. thanks for your reply. Is there any sync bit or not needs to be sent before sending 32bit data.
Do your have any link or any sample code where crc-8 ATM is implemented.
Hi Kevin,
After little long delay I again started working on dac7750. This time the Crc is implemented and tested.
Thanks for the guidance you provided.
Going ahead with the development I had some observation , while reading the status register continuously in every 10 ms. Let me go with one example, I set the output to 15ma. And started continuously reading the status bits in every 10ms. What I obsessed in this condition the output of the dac is switching back to 4ma.(initial value). Crc was disabled at this condition.
Please provide me your views on that.
The alarm pin I am not using.
2. Another info needed when Crc is implemented , all frame , like reading register and writing to all register are shifted to 32 bit format or it's only applicable to writing to data register only.