Hello!
I am using ADS1118 with Config register: h"44EB", on the DOUT pin I see the repetition of this Config register:
After accumulating some cycles of conversion, I want ADS1118 to enter a lower power standby state. So I send the config register h"45EB" (with bit MODE set to '1') and also see it on the DOUT pin.
When I want again to begin the continuous conversion mode and accumulate conversion data, I programmed Config reg with h"44EB", but on the DOUT pin I see the shift of Config register, and also Data register is incorrect.
What do I do wrong?
Thank you.