Hello. I have a few questions while controlling the AD5560.
- Slew Rate I tried to control the slew rate of the FORCE voltage applied to the DUT by adjusting the slew rate register.
- Test Condition: Load 5 kOhm, 1V Setting
- Issue 1: I changed the data of SR[2:0] at address 0x03, but the slew rate measured the same (1V/us~0.3125V/us).
- Issue 2: The change in the slew rate is dominant depending on the current range, regardless of the value of the SR bits. In other words, the slew rate changes according to the current range.
- Ramp Function The ramp function does not work. I set the values in the registers according to the sequence in the datasheet, but there is no change in the output.
- Here is the sequence I set (using VREF=2.5V):
- RCLK ON (833 kHz clock)
- 0x3F (Ramp step size): 0x7F
- 0x40 (RCLK divider): 0x0
- 0x08 (FIN DAC): 0x8000 (0V)
- 0x3E (Ramp end code): 0x93FB (1V)
- 0x41 (Ramp Enable): 0xFFFF
- I read back the data for steps (2~6), and the data for steps(2)~(5) were as I set them. But Ramp enable(6) reads back as 0x0 instead of 0xFFFF.
- Could this be related to the /Load operation? (I did'nt control /Load when in ramp mode)
- The alarm status indicates that all alarm functions are in a normal state (0x43 read: 0xFFF0).