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.

DAC3482: configuration of DAC3482's register

Part Number: DAC3482

hi,
i need help for initial configuration of register about DAC3482.
the dataclk is 245.52MHz,and the dacclk is 491.04MHz.
the paramter in my code is following :
addr_00 = 16'h0118,
              addr_01 = 16'h010E,
              addr_02 = 16'hF0C2, 
              addr_03 = 16'hA000,
              addr_04 = 16'h0000,
              addr_05 = 16'h0000,
              addr_06 = 16'h3300,
              addr_07 = 16'hF9FF,
              addr_08 = 16'h0000, 
              addr_09 = 16'h8000,
              addr_0A = 16'h0000,
              addr_0B = 16'h0000,
              addr_0C = 16'h0400,
              addr_0D = 16'h4400,
              addr_0E = 16'h0400,
              addr_0F = 16'h0400,
              addr_10 = 16'h0000,         
              addr_11 = 16'h0000,         
              addr_12 = 16'h0000,         
              addr_13 = 16'h0000,         
              addr_14 = 16'h0000,         
              addr_15 = 16'h1000,         
              addr_16 = 16'h0000,         
              addr_17 = 16'h4000,         
              addr_18 = 16'h280F,         
              addr_19 = 16'h0840,         
              addr_1A = 16'h0060,         
              addr_1B = 16'h0800,         
              addr_1C = 16'h0000,         
           addr_1D = 16'h0000,                  
           addr_1E = 16'h1111,                  
           addr_1F = 16'h1102,                
           addr_20 = 16'h2200,            
           addr_22 = 16'h1B1B,                  
           addr_23 = 16'h07FF,                  
           addr_24 = 16'h0000,                  
           addr_25 = 16'h7A78,              
           addr_26 = 16'hB6B6,                  
           addr_27 = 16'hEAEA,                  
           addr_28 = 16'h4545,                  
           addr_29 = 16'h1A1A,                  
           addr_2A = 16'h1616,                  
           addr_2B = 16'hAAAA,                  
           addr_2C = 16'hC6C6,                  
           addr_2D = 16'h0004,

           addr_2E = 16'h0000,                  

           addr_2F = 16'h0000,                  
           addr_30 = 16'h0000;
Is there any errors?how to modify that?
And do you have some examples or projects with FPGA and DAC3482 about timming operation.
thanks a lot.