I'm having trouble with the DAC control to the Flashy board. From what I can tell, the output from the fpga's DAC control pin goes directly to the DAC's clk input. This same signal is low pass filtered and connected to the DAC's data input, then LPF'd again and connected to the DAC's load input.
The problem I'm having is that whenever the data consists of a string of zeros, the 'load' line goes low before I'm done clocking the data into the DAC. This confuses the DAC and it's outputs jump around. Even the demo code that I have appears to do the same thing. Is there a way to keep the DAC's load line high until after I'm done clocking data in? I must be missing something.
Thanks.