Hi! I think I did it! Now tried a few conbinations in attemp to read register 0. My SPI is in 16 bit mode.
When I send 1 with LSB_FIRST, I`m recieving 0x0831h -> 00001000 00110001
When I send 0x1000h in MSB_FIRST, I`m recieving 0x8C10 -> 10001100 00010000
In datasheet the default value of register 0 is 1100 00010000
This seems odd to me. Where did come this extra 1 from?
Are these correct value?
Thanks!