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.

【分享】DAC8803的MSP430接口程序

Other Parts Discussed in Thread: MSP430G2553, DAC8803

Interfacing DAC8803 with MSP430G2553

电路原理图参见:http://www.deyisupport.com/question_answer/f/58/t/16085.aspx

example:

void main (void)

{

      Uint16_T x;

      x = 0;

      Dbg_DacSpiAInit();

      DBG_DAC_1CH(x++);

}

dac8803.zip