This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AMC7834EVM: DAC output does not update

Part Number: AMC7834EVM

I tried changing the DAC output but will it not update on the board. However, I can set the range and the output voltage will change to the range's minimum.

I'm using the external supply for the required voltages, using J11, J10, J9, J8.

  • Ivan,

    Are you interfacing the board with your own software / controller platform or is this a problem you're facing with the EVM GUI?

    If you are interfacing the board on your own, are you in "open-loop" mode and if so what are you doing with the !DACTRIG pin?
  • Hi Ivan,

    Note that on this device there are three methods of updating the DAC output after the data has been written to the DAC register. The first is to use the DACTRIG pin as Kevin mentioned. The other is to set the sync mode for the DAC. Using the DAC Sync Register (0x15) the DACs can be synchronous, meaning that the DACTRIG pin must be set low or the DAC/ADC Trigger Register (0x1C) must be written to to update the DACs. Setting the DACs to asynchronous mode means the DACs will update once the value is written to their buffer registers.

    Thanks!
    Paul
  • Hello Kevin,

    I am using the EVM GUI.

    Best,

    Ivan Hebrio

  • Hi Ivan,

    1. Set power on

    2. Disable the Clamps

    3. Write to the DAC value

    These steps should work.

    Thanks!

    Paul