I am trying to code up an FPGA to communicate with the TLC3578 via Mode 00 or one-shot mode. Here is my problem, I write out the SPI code to select an analog input channel and wait for the conversion to complete. Now to actually get back the analog measurement, I have to do another SPI transaction. The problem is finding a "good" dummy command to get this data back. If I issue the same select analog inpu channel command, then I waste time doing another conversion. It seems what is needed is a NOP instruction that just allows access to the previous command output data. However, I do not see anything like this in the Command Set. What an I overlooking?
Thanks.