Hi,
We are working to interface DAC7568 IC with Tiva development kit and couldn't able to communicate. anybody did the SPI I/f with DAC IC?
Please help us.
Thanks
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,
We are working to interface DAC7568 IC with Tiva development kit and couldn't able to communicate. anybody did the SPI I/f with DAC IC?
Please help us.
Thanks
Okay, well that is only the part of the send data of course. There's not any comments so i have to ask a few questions:
I'm guessing you are using Synchronous mode so you have the LDAC connected to GND?
Do you have your SYNC pin low when you send that data?
I'm guessing pin4 is the SYNC? If so why are you setting it low after the SSI data sent?
Hi Luis,
Yes. We have connected LDAC pin to GND.
Pin 4 is configured as SYNC. Sorry, there is error in last line, we are making that pin low to high.
Thanks
Hi, Dhareppa,
Was that a copy paste error? you sure it wasn't that making the communication not working? I also don't see where you pull SYNC LOW in the begining
Did you remember to enable the internal reference?
It would be much easier to get a logic analizer to check the MCU output to see if the timings and data are correct
Hi Luis,
yes. we have enabled the internal reference. However, we will monitor the timings in analyser.
Thanks