I used ADS8353 for double Langmuir Project, My controller, I am using Raspberry PI, I read REFDAC_A and REFDAC_B, it's work, the result is 1FF8H and 2FF8H respectively
but if I read CFR, the result always get 0000H. I confiured the ADS8353 as below
CFR = 0x8440
REFDAC_A = 0x9FF8
REFDAC_B = 0xAFF8
This command to read CFR, REFDAC_A and REFDAC_B
1. sent all zeros for Frame (F) with 32 CLK
2. sent CFR read command (F+1) 3000H with 48 CLK
3. sent all zeros for F+2 and get the data
and also I tried to read data convertion, to read data convertion, I sent the command as below
1. sen all zeros with 48 CLK
ADC_A input is 0.8V and ADC_B input is 1.67V
but I got the result of 0000H for ADC_A and FFFFH for ADC_B
is there mistake the command sent it ..?