FAQ
Hi. We have a problem with the ad9832 not working on one board and working on the other. The control program of the chip is the same. There are small differences in the wiring of the chip, digital and analog circuits are separated. AGND and DGND are not…
Hi,
I have a problem regarding my code for generating a sine wave with my AD9832. The output is 0v. I verified if the data gets to SDATA pin of the AD9832, also the SCLK and MLCK ( i checked with the oscilloscope. I am wondering if is something wrong…
Good day.
In my application I use AD9832 to form 10kHz signal. The exact frequency value is not required, I can use any frequency in the area.
First I noticed when I tried to set 10kHz exactly, I see magnitude distortion with very low frequency - about…
Hi,
I want to set PHASE0 register in AD9832.
If I send this commands twice:
0x1800 | (0x00FF & FaseDDS)
0X0900 | (0x100F & (FaseDDS >> 8))
I mean:
0x1800 | (0x00FF & FaseDDS)
0X0900 | (0x100F & (FaseDDS >> 8))
0x1800…