Hello,
I know this question has been asked and answered before. But i cannot find the the thread - so apologies in advance.
My application requires both input channels on ADS1282 and our plan is/was to reprogram the mux so that we could sample the signal one after the other.
General idea is :
Change Config 1 MUX , Issue Read Data wait for data ready, read data
Change Config 1 Mux to Channel 2, Issue Read Read Data Command, Wait for Data Ready, ready data
Changing config 1 mux from Channel 1 to Channel 2 is not working. I can switch channels as long as i do that as part of configuration.
How fast can the channels be switched? All the data access is happening as part of interrupt service routines, and my plan was to issue commands back to back. Is this possible for on this chip?
On read registers i am putting in about 4 uS delay between bytes and that seems to be working fine. The ADC is clocked with a 4 MHz clock, and SPI is running at 2 MHz. Targeted data rate is 2KHz.
Would appreciate any help/pointers.
Thanks
santosh