Hi All,
I have the problem with reading the configuration from LDC1614 registers. Here is what I'm doing:
- I'm putting the LDC1614 into sleep by setting register CONFIG to 0x2801
- I'm setting the OFFSET0 register to 0xFFFF
- I'm reading back form the OFFSET0 register - I see the same value as it was set before (0xFFFF)
- I'm putting the LDC1614 into active mode by setting CONFIG reg val to 0x801
- I'm putting the LDC1614 into sleep by setting register CONFIG to 0x2801
- I'm reading back from the OFFSET0 register - I see the 0x000 instead of 0xFFFF.
Same happens with any register that I'm trying to configure.
Is there anything what I'm doing wrong?
Thank you in advance