Hello.
I am seeing some strange behavior with the LMX2594 where I can no longer write or read back from the device over SPI.
This occurs if CLK and DATA are held low and I toggle the nCS line. (nCS goes from high to low to high again).
Is this expected?
From the datasheet my understanding is that data should only be clocked into to the LMX2594 on the rising edges of CLK if (and only if) nCS is low. So I thought I could get away with nCS transitioning as long as I ensured CLK did not transition (held low).
I can sometimes recover the device by doing a software reset (write to reset in reg 0), but as soon as I goggle nCS the LMX returns to the bad state.
Thanks for the help.