This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

enable channel in ADC

How to enable the first five channel in the analog to digital convert AD7739?

Parents
  • The answer depends on whether you want to do a single conversion or perform continuous conversions.
    For a single conversion, set the mode bits in the mode registers to 010. For continuous conversions, set bit 3 in the corresponding channel setup registers and set the mode bits of the first channel to 001.

    As there are other registers that must be set too, you should read the data sheet of that ADC: www.analog.com/.../AD7739.pdf

    Thomas

Reply
  • The answer depends on whether you want to do a single conversion or perform continuous conversions.
    For a single conversion, set the mode bits in the mode registers to 010. For continuous conversions, set bit 3 in the corresponding channel setup registers and set the mode bits of the first channel to 001.

    As there are other registers that must be set too, you should read the data sheet of that ADC: www.analog.com/.../AD7739.pdf

    Thomas

Children