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.

LMK04828: Cannot Invert SDCLK Outputs

Part Number: LMK04828
Other Parts Discussed in Thread: DAC37J82EVM

Hello, I'm running into an issue on the LMK04828 in which the SDCLK outputs don't invert their signals, regardless of their setting in the register map. I am using this part on a DAC37J82EVM board. The original motivation for inverting the SDCLK output is detailed in the related question linked at the top.

Basically, what I've tried to do is check the 'Invert' box for the SDCLK output going to the DAC on the EVM :

Which writes to the SDCLKout3_POL bit in register 0x10F :

However, the polarity of the SYSREF signal looks the same on an o-scope whether it's set to be inverted or not. This also appears to be the case with all other SDCLK outputs.

Is there an updated datasheet with a new register map that I should be using instead?

Thanks,

-Branden

  • From datasheet change list:
    Changed from Sets the polarity of SYSREF clocks to Sets the polarity of clock on SDCLKoutY when device clock
    output is selected with SDCLKoutY_MUX............................................................................................................................ 60
    • Changed Sets the polarity of the device clocks to Sets the polarity of the device clocks from the DCLKoutX outputs ...... 60

    The polarity invert bit is only available for Device Clock, either on DCLKout or SDCLKout ports.
  • Thank you that clears this up.

    -Branden