Hello,
I'm using ADS131E08 and I'm trying to read the ID Control Register but I don't get answer.
On the other hand, I succeeded to write to the GPIO Register.
The command for writing to GPIO register:
cmd [0] = 0x40 + 0x0014;
cmd [1] = 0;
cmd [2] = value;
The command for reading ID register:
ads_cmd [0] = 0x20 + 0x0000;
ads_cmd [1] = 0x0;
Any suggestion?
Thanks,
Anat