I am trying to confirm that my AD9951 is receiving SPI communication. I have not received any response to my commands (nothing coming back on the SPI line) and also cannot seem to make the chip do anything.
The simplest test I can think of is to reset the device, initialize, then enable the CrystalOut pin to see the clock being passed through. So far the chip is not responsive.
I initialize it, confirm the refclock in, write the CFR2 register, then see if the crystal out pin has anything coming out.

Hardware: Raspberry Pico running MicroPython
Schematic for ADD9951 Interface:
* NOTE: One change not reflected on the schematic is that the PWRDWNCTRL pin is now controlled by the pico instead of always pulled high.

Refclock in:

Initialization Code (MicroPython):
SPI Settings: 100khz, CPOL/CPHA = 1
SPI Trace

