Post Go back to editing

LTC1856 configuring and reading back differential channels

I'm testing the LTC1856 differential channels, Chan 6 & 7. I'm confused how to configure them and read them back.

Both channels work in single ended mode reading back 32767 0x7FFF with +10V input.

When I configure the channels as differential and input +10V on chan 6 and -10V on chan 7 I read back 32767 from both channels. I also get the same result when injecting +5V on chan 6 and -5V on chan 7?

I've configured both channels with the input word 00110000 which should configure the multiplexer for differential channels + on 6 and - on 7.

Parents
  • The 8-bit SDI input word configures the LTC1856 for the next conversion, not the current conversion being shifted out.

    +10V is the +full-scale input voltage of the LTC1856. Applying +10V on Ch6 and -10V on Ch7 is a total of 20V. This is above +full-scale, so the ADC will output +full-scale which is 32767. Applying +5V on Ch6 and -5V on Ch7 is a total of 10V which is equal to +full-scale. Again the ADC will output 32767.

    If Ch7 is connected to +5V and Ch6 is connected to GND with an SDI input word of 00110000 I would expect the SDO output word to be 16384.

Reply
  • The 8-bit SDI input word configures the LTC1856 for the next conversion, not the current conversion being shifted out.

    +10V is the +full-scale input voltage of the LTC1856. Applying +10V on Ch6 and -10V on Ch7 is a total of 20V. This is above +full-scale, so the ADC will output +full-scale which is 32767. Applying +5V on Ch6 and -5V on Ch7 is a total of 10V which is equal to +full-scale. Again the ADC will output 32767.

    If Ch7 is connected to +5V and Ch6 is connected to GND with an SDI input word of 00110000 I would expect the SDO output word to be 16384.

Children
No Data