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.

LMX2595EVM: SPI Write Speed

Part Number: LMX2595EVM

Hi, I'm using a Arduino Nano to program the LMX2595EVM. I've managed to get it programmed at a 2MHz SPI clock frequency. However, my application requires this to be faster and therefore I am looking to use a 4MHz SPI clock frequency. This does not work. I'm certain the Arduino sends out the data as I have looked on a logic analyzer.   

  • Hi Callum,

    The SPI interface in the EVM has a 12kΩ series resistor on each pin, this resistor + stray capacitance will filter out the CS* signal when SPI clock freq is high. 

    Change these resistors to a smaller value, say 33Ω should resolve the problem.