LTC1590

Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.
It can be done in hardware but would need quite a bit of discrete logic or a CPLD. It would be so much easier to do it in software. There is probably some Arduino code out there you can modify. That being said here is one way it might be done in hardware

1. Set values for both dacs.
Set the inputs on 24 bit parallel in, serial out shift register. Setting the values can be as simple as 24 switches or something with a digipot and a display.
2. Load values and convert.
Generate a low going signal starting a 24 cycle count. After 24 cycles the signal goes high updating dac the output and resetting the 24 cycle counter.
 
Status
This old topic is closed. If you want to reopen this topic, contact a moderator using the "Report Post" button.