Hi, I have to tie a TDC7200 Time to digital converter to a Uno and I am looking for example programs how to handle 24 Bit read operations over SPI.
Any ideas?
Frank
Hi, I have to tie a TDC7200 Time to digital converter to a Uno and I am looking for example programs how to handle 24 Bit read operations over SPI.
Any ideas?
Frank
Pull the Slave Select low. Do three transfers of 8 bits each. Raise the Slave Select. Merge the three bytes into an unsigned long.