I want to use an Arduino (either Mega ADK or Due) to control an external 16-bit DAC chip. (I have the evaluation board for the DAC chip). It says that the chip can be programmed using its Serial Peripheral Interface and it seems like from what I have read online, that this is possible to do with the Arduino.
But I do not know where to start. I have been searching for anything that may be helpful for about a week now, but I have come up short. I haven't been able to find any tutorial or help guide to figure out how to program the Arduino to communicate with the chip.
If anyone could provide any material that would be helpful in learning SPI, I would greatly appreciate it.
The manual for the DAC chip I am using is here: http://cds.linear.com/docs/en/datasheet/2754f.pdf I believe the important page on programming the chip is page 15.
The manual for the evaluation board I am using is here: http://cds.linear.com/docs/en/demo-board-manual/dc1546af.pdf
Once againg, any help would be extremely helpful as I have never done any programming between devices using SPI. Thanks.