We want to be able to have the AD5940 sample impedance 7 times at one frequency, 1 sample at another frequency, then repeat the cycle without needing the microcontroller to manage the transitions. A few of us on the team can't quite figure out the best way to do that in the Sequencer. Would we use slots A - H and sequence between them then have the wake-up timer repeat? Would we just put all the command with SEQ_WAIT in 1 slot and use the wake-up timer? Some other way?
Also, when our code grabs the samplse, what would the best way be to identify which sample goes with with frequency? Do we always have to wait for 8 samples in the FIFO, or could we put data in the FIFO to indicate a change in frequency for internal coding?
Thank you for any support.