Tool/software:
Simulation and circuit design (2).pdf
Hi everyone,
I’ve been troubleshooting an issue for the past couple of weeks where my DAC is not producing any output on any of its 8 channels. I’ve attached simulation snapshots and the DAC circuit design for reference.
Attachment consists of:
-
The first simulation screenshot shows the DAC configuration sequence.
-
The second simulation shows the data transmitted via MOSI to set an output of -0.1V for both Channel A and Channel B.
-
The DAC is configured to run in asynchronous mode, so SDO and LDAC are left unused.
Hardware Details
-
I’m interfacing the DAC with a ZCU104 board via the FMC connector, with the following connections:
-
MOSI, SCLK, SS_N, SDO, and LDAC originally connected to the respective FMC_LPC pins.
-
Modifications made during debugging:
-
SCLK: Initially connected to
FMC_LPC_IIC_SCL
, now rerouted via jumper wire toFMC_LPC_CLK0_M2C_P
(also used as the clock input for an ADC). -
SDO: Disconnected from
FMC_LPC_IIC_SDA
. -
VCC: Discovered that the DAC requires >9V to operate. I soldered a jumper wire from a 12V rail directly to the DAC's VCC pin (L2).
Issue
I’m not seeing any voltage output on any channel of the DAC. I'm unsure whether the issue lies in my circuit design, signal integrity, or configuration code. Do help me figure out where the issue lies.