Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

[AVR] Using SPI protocol in ATmega16L for communicating with TLV5624(8 bit dac)

Status
Not open for further replies.
Can you please explain what you mean by "...no proper communication between dac ic and atmega." The ATmega16L has a rather capable SPI serial interface that is well documented in the data sheet, and you have already referenced the TLV5624 DAC data sheet which contains a timing diagram.
You will need to configure the SPI peripheral so that it sends the data and clocks as required by the DAC and then start sending the data.
Once you get the basic concept of the SPI interface (that the master exchanges values with the salve) then it is relatively straight forward.
Perhaps you should show us what you have written so far, what it does correctly and what it does not do that you expect it to.
Susan
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top