Post Go back to editing

Please tell me how to control the AD5272 by linking it to LabView.

Thread Summary

The user is trying to read and write to the AD5272 variable resistor using the CP2112. The AD5272 has a 7-bit slave address (01011XX, where XX is determined by the ADDR pin). To write to the RDAC register, use 0x100 to move the wiper to 1/4 full-scale. The user should refer to Table 11 and Figures 43-45 in the datasheet for more details. For LabVIEW integration, the user should consider using the EVAL-AD5272 evaluation board or refer to the provided FPGA and Linux driver resources.
AI Generated Content
Parents Reply
  • Since the slave address is 0101111 with 7 bits,
    is it 01011110 when inputting as an 8-bit value?
    Is 5E correct with the value as the hex value?

    In Table 13, write 0x100 to the RDAC register, wiper moves to 1/4 full-scale position How do I enter the command value? How do you enter the values ​​of DIN and SDO?
    p.s.
    Which function should I use in the cp2112 library in Labview?
Children