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.

LMX2592: Cannot configure chip via SPI in VHDL

Part Number: LMX2592

Hello,

I am trying to configure the LMX2592 via SPI on a custom board. I know the board works, because it is the HiTech Global HTG-ZRF8, and a colleague successfully programmed the chip via a Linux application. I am using VHDL on a Xilinx Zynq Ultrascale+ RFSoC. I can see the SPI communications going into the LMX2592 with an oscilloscope, and I can see what I believe to be the correct SPI transactions with Vivado's Internal Logic Analyzer (timing of SCLK/SS/MOSI look right according to the LMX datasheet), but there is no output from the LMX. Additionally, I have added a readback pack at the end just to test if I can even read something back from the LMX, but the MISO line just stays low. So I am not sure what the issue is. I have attached screenshots of a sample 24-bit packet/clock/slave-select, as well as the set of addresses/data that I am writing.

Thanks