Other Parts Discussed in Thread: DAC53701,
Tool/software:
Hello,
I am currently evaluating the DAC53701 device to analyze whether it is suitable for application in our device that is currently designed.
At this moment I use DAC53701EVM hardware and the DAC52701 UI that is available from the TI website.
My final goal is to create medical alarm generation.
My first goal is to create a square wave signal that will control the shutdown pin of my opamp.
The DAC53701 datasheet (SLASEY5) describes on page 48 the steps that should be performed to create a square wave frequency of 610Hz.
Before doing so I performed a reset to have a defined starting position by:
0xD3 (TRIGGER) BIT 9 (DEVICE_CONFIG_RESET) set to 1 in UI.
After reading out the 0xD3 (TRIGGER) register, BIT 9 (DEVICE_CONFIG_RESET) value is obtained as 0, my assumption is that reset is completed.
Now configuring the DAC to create a square wave of 610Hz according datasheet page 48:
Write GENERAL_CONFIG register (0xD1) to 0xD1 0x58.
Set DAC_MARGIN_HIGH register (0x25) to 0x0F 0xFC.
Set DAC_MARGIN_LOW register (0x26 to 0x00 0x00.
Set TRIGGER register (0xD3) to 0x01 0x00.
Evidence that all register values are set to the required values:
The output of the DAC however does not show any (square wave) signal.
I analyzed the I2C data and all packets contain the expected data and are sent. The DAC acknowledged every byte as normally can be expected.
The settings for the second DAC in a medical alarm set-up are given on page 48 as well, these do also not give any output.
What is missing in the sequence to create a working set-up?