Hello.
I'm adjusting the output phase of a LMX2594 device using the MASH_SEED register.
The datasheet states "Every time the MASH_SEED field is programmed, it ADDS this MASH seed to the existing one". So I can advance in phase by continuously writing 1 into the MASH_SEED register.
In my application I would like to adjust the output phase on the fly, smoothly. To this end, is there a way to decrement the MASH_SEED? Would it be possible to to write a 2's complement -1 into the MASH_SEED registers to adjust the phase in the other direction?
I'd like to be able to increment and decrement the output phase of the LMX2594 with minimual "glitches" on the output. I don't think I can write MASH_SEED and toggle MASH_RESET_N as I think this will "glitch" the output phase.
Thanks for the help.