hi there, I'm working on a small college project and got a little confused regarding some of the wiring and clock management. project consists on AD converting two separate signals, sending them through one channel together and recovering the analog signal like this https://imgur.com/Q2j0Tsa
so far, that's where I've managed to go https://imgur.com/COSHoQd
and my doubts are: does the clock makes sense? 16bits serial in, so it has to 16x faster, right (and since there are no 16bit registers, I strung two together)? should I shift right before my 16bit, so I can have all the 16bits available for conversion, or just parallel load it all and wire the DAC that way as displayed above?
I'm very rusty with digital electronics, and everything I have is based on 8bits tops, and only one signal. Filtering at the end is ok, I have already made a model for that and I plan just to set the correct component values to get my desirable signals. Clock and shift registers are killing me.
so far, that's where I've managed to go https://imgur.com/COSHoQd
and my doubts are: does the clock makes sense? 16bits serial in, so it has to 16x faster, right (and since there are no 16bit registers, I strung two together)? should I shift right before my 16bit, so I can have all the 16bits available for conversion, or just parallel load it all and wire the DAC that way as displayed above?
I'm very rusty with digital electronics, and everything I have is based on 8bits tops, and only one signal. Filtering at the end is ok, I have already made a model for that and I plan just to set the correct component values to get my desirable signals. Clock and shift registers are killing me.