Hi,
i am struggling with initialization of ADC.
I use 24Bits, no Hammingcode, no CRC. I did this steps and i mean that until point 3 all is OK.
| step | Command | 1.Byte | 2.Byte | 3.Byte | Response on MISO | |
| 1 | NULL | 0x00 | 0x00 | 0x00 | 0xFF04 | |
| 2 | UNLOCK | 0x06 | 0x55 | 0x00 | 0x0655 | |
| 3 | WAKEUP | 0x00 | 0x33 | 0x00 | 0x0033 | |
| 4 | WREG | 0x0F | 0x0F | 0x00 | ??? |
But after step 4 i got different values on MISO pin.
Are this steps right?