Hello everbody,
writing to the registers now works fine. DRDY toggles at 2ms (500SPS), as i want.
But when i read out the register i always get a value which is shifted one point to the right.
For example:
value for CONFIG1: 0x86(1000|0110)
return value: 0x43(0100|0011)
value for CONFIG3: 0xDC(1101|1100)
return value: 0x6E(0110|1110)
What can be the reason for this??
regards,
Sebastian