Post Go back to editing

Programming DDS using FPGA

Category: Software
Product Number: AD9959

Hi,

What are the steps for programming EVAL-AD9959 using SPI?

I referred the SINGLE-TONE MODE steps from datasheet [Rev. C | Page 19 of 44] and also Ref clock section from Page 20.


I am following below steps:

Step 1: Master_reset pulse for few microsec

Step 2: Enable all channels SPI 8 bits: HEX format

                                        Reg 00 Data F0

Step 3: Set Ref clock:(25 MHz)

                                       Reg 01 Data: D0 00 20

Step 4: Set Ouput Freq (5 MHz)

                                       Reg 04 Data: 02 8F 5C 29

Step 5: Set Phase (0 deg)

                                       Reg 05 Data: 00 00

Step 6: Send IO update pulse

But I don't see any output from the board.

Please help