Forum Discussion
Altera_Forum
Honored Contributor
13 years agoStratix II ES180 board, help me with DAC output
Hi all, I am in trouble with ADC module. I try to code a very simple code: module dac_test( input clk, output [13:0] dac ); assign dac = 14'b11110001010110; endmodule...
Altera_Forum
Honored Contributor
13 years agoFrom what I'm seeing from the schematic, you shouldn't need to do anything else. Did you check the signal levels on the DAC's pins itself? Both the clock and the Bt* pins? Are the voltage levels correct? (i.e. 0-3.3V)
Where are you measuring the DAC output? You should do it before the transformer as it would cut out the DC part of your signal.