1. Apply power 2. Pull Reset low 3. Use 1.8V SPI bus (accepts 3.3V input logic) a) Write: 3'b000, 13'h000, 8'h80 (to reset) b) Write: 3'b000, 13'h000, 8'h10 (if not 3wire) c) Write: 3'b000, 13'h148, 8'h36 (CLKin_SEL0 is SDO) d) Write: 3'b000, 13'h149, 8'h44 (CLKin_SEL1 is high) e) Write: 3'b000, 13'h15F, 8'h04 (STATUS_LD1 is high) f) Write: 3'b100, 13'h000 e) Read bits ... Nothing. I've also tried with the sync pin high, low and floating. There is a 122.8MHz oscillator connected and powered identical to the evaluation board.
Is there some debugging step I am missing? The SPI bus is definitely working since all the other devices (including TIs LMH6401) are working perfectly on the same bus.