Post Go back to editing

About the AD7380/16bit SDOA data no signal output problem

Hello,

MCU: TI-28379D

ADC driver: AD4940, The input signal used the single-end to convert full differentiation data.

Gain 0.65

VCM:1.65v

V-ref: 3.3v

V-logic : 3.3v

Vs+ : 5v

Vs- : 0v

I checked the SPI signal level measurement from MCU to AD7380 is fine.

But I don't understand the SDOA why the signal is not output.

How to verify AD7380 communication is works?

(SCK/SDIO signal data MCU to AD7380)

SCK/SDI signal data

(SCK/SDOA no signal output, still lower level)

SCK/SDI no signal output, still lower level



updated hardware info
[edited by: StevenChang at 2:24 AM (GMT -4) on 30 Mar 2021]
Parents
  • Hi Steven,

                 Based on these photos, the SCLK signals are fine. How is the CS signal? The AD7380 requires the CS to initiate the conversion. What is the voltage level on the input? The output of the AD7380 is two's complement. Would it be possible to vary the input and check the SDO line if the output also changes, with the digital signal also running the especially the SCLK and CS lines. This should at least have an output seen on the SDO lines.

    Regards,

    Jonathan

  • Hi Jonathan,

    Thank you for your reply.
    I checked the AD7380 component solder not good on the board. Because I re-soldering it.
    I found that it can output the "SDOA" signal.

    I have tried to use the initial AD7380.

    0x0000,0x2000,0xA1FFF,02000

    But read back AD7380 is " 0x0000 ".

    CPOL = 1,CPHA = 0 

    Thank you in advance for your help.

  • Hi Steven,

            It is good that you are now seeing the SDOA.

            Just a clarification, the readback is from what register? Register 0x1, 0x2 and 0x3 are default value at 0. While 0x4 and 0x5 have 0x0800 and 0x07FF respectively.  What are these data, 0x0000,0x2000,0xA1FFF,02000? are these conversion results. based on what you mentioned, all registers from the AD7380 are set at default. Is this correct? If you can try writing to the part and perform readback would be a good test.

    Regards,

    Jonathan

  • Hi Jonathan,

    Based on your suggestion and checked, I have successfully read and written it. 

    I have another ADC converter LSB question.

    For example:
    The size is (2 × VREF)/2^N, where N is the ADC resolution.
    Vref=3.3V
    N= 16bit (65535)
    (2x 3.3v)/2^N(16bit) = 100.7μV 

    But I checked the AD7380 document alert Low and High, Data Bits [D11:D0] is 12bit.

    If to reads ADC converter Reg "0x7FF" or "0x800", which is 2^12 = 4096 is right?

    So ADC resolution is 12 bit not 16bit?

    How to convert the register value to alignment resolution data?

    I am confused about it.

    Please let me know if there is something wrong.

    Thank you in advance for your help.

Reply
  • Hi Jonathan,

    Based on your suggestion and checked, I have successfully read and written it. 

    I have another ADC converter LSB question.

    For example:
    The size is (2 × VREF)/2^N, where N is the ADC resolution.
    Vref=3.3V
    N= 16bit (65535)
    (2x 3.3v)/2^N(16bit) = 100.7μV 

    But I checked the AD7380 document alert Low and High, Data Bits [D11:D0] is 12bit.

    If to reads ADC converter Reg "0x7FF" or "0x800", which is 2^12 = 4096 is right?

    So ADC resolution is 12 bit not 16bit?

    How to convert the register value to alignment resolution data?

    I am confused about it.

    Please let me know if there is something wrong.

    Thank you in advance for your help.

Children