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.

DAC7718: Library for DAC7718

Part Number: DAC7718

Hello,

I'm trying to control the DAC 7718 via an ATmega32 Microcontroller.
I found here:


software-dl.ti.com/.../_d_a_c_8h.html

An explanation how to use this DAC, but it's still not enough, especially without the implementation of these prototypes.
Could I find anywhere a library for this DAC?

  • Hi Samer,

    That library is for an integrated DAC inside of a DSP.  It does not relate to the DAC7718 in any way.  The DAC7718 features a relatively common SPI interface.  I recommend that you start by finding generic SPI write command examples for that MCU, then start programming the DAC.  A full DAC library is not necessary.

    thanks,

    Paul