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
  • Did you read the data sheet? It's all in it. As I explained before, set bit 3 (enable) in the corresponding channel setup registers (in your case they have the addresses 0x28 to 0x2C) and in the mode register of the first channel (i.e. in your case register 0x38) set the mode bits to "001".

    Thomas

Reply
  • Did you read the data sheet? It's all in it. As I explained before, set bit 3 (enable) in the corresponding channel setup registers (in your case they have the addresses 0x28 to 0x2C) and in the mode register of the first channel (i.e. in your case register 0x38) set the mode bits to "001".

    Thomas

Children