I've got the LMX2595 on an X-Microwave board, and I'm attempting to program the device with a USB->SPI programmer (https://spidriver.com/). After I power the device, I can program the device using the following register writes...
SPI Writes:
0x0024B2
0x0024B8
...and I see a ~ 7GHz tone on my SA.
However, after this, I'm not able to program the device any more. If I do the following write...
0x0024B1 (the 1 is emphasized as the power down bit)
... the device just stays put; it doesn't power down or confirm anything.
Likewise, when I'm trying to read back data on the MUXOut line, I'm consistently reading 0's. Help!