hello,
I hava tried to send
Frame 1) Write Command
Drop CS and issue write command:
D024 5555
Raise CS
Frame 2) Read Command
Drop CS and issue read command:
C824 0000
Raise CS
Frame 3) Read Register Value
Drop CS, but do not provide any commands on the MOSI
0000 0000
Raise CS
The result is 5555,that's right.
Then I tried to test. Firstly I send D014 0008 to make 0 to 12.288V
Then I tried to send only 0000 0000 to read out the ad value,all I get were not what I expect.I measured the voltage,1.8V. But the read result is 0x0581.
If I do not send D014 0008 ,after send 00000000, the result is 0x86d3 when 1.8v,0x6300 when 0v.
I'm not sure what was wrong.I need some help,thanks.