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.

CCS / DAC11001A: DAC11001A

Part Number: DAC11001A

Tool/software: Code Composer Studio

I developed a PCB with DAC11001A but with my uC TM4C1294 I cannot load the data.
In what order should you put CLR / and LDAC with the SPI port.
cordially
Wiotte Fabrice

My Programm : VREF + =+10V and VREF- = 0V POWER SUPLLY : VCC = +24V and VSS = 0V

ssi0PutData(0x02,0x004C80,0x03);  0x004C80 SDO enable - no alarm-DAC output update on SYNC - VREFVAL 10V -/+1.25v//
SysCtlDelay(2000);
PH1 = 0x00;  // LDAC 
SysCtlDelay(100);
PH1 = 0x02;


ssi0PutData(0x01,0x000000,0x03);  //datas=0
SysCtlDelay(2000);
PH1 = 0x00;    // LDAC 
SysCtlDelay(100);
PH1 = 0x02;

//SysCtlDelay(10000);
ssi0PutData(0x01,0x7FFFF0,0x03); //datas= middle code 

SysCtlDelay(2000);
PH1 = 0x00;   // LDAC 
SysCtlDelay(100);
PH1 = 0x02;