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.

Adjusting the TRF372017EVM GUI Programming Data Rate

Do you know if there is an easy way to lower the rate of the GUI's SPI interface? I'm testing through a filtered interface, and the filtering seems to be squashing the bits (which are currently coming out at about 300kbps). Thanks!

  • George:

    There is no way lower the rate of the SPI interface with the GUI.  The USB controller is operating at a standard speed.  It sounds like the filtered interface is slowing  the rise time of the SPI signals to the point where the transitions are not registering.  The SPI lines are not intended to drive highly capacitive loads and I have seen cases where filtering on the lines negates programming.  I suggest eliminating as much filtering as possible or injecting a buffer that can better drive the filtered load.

    --RJH

  • Yeah, that is the alternative, and it sounds like that is my best option. Thanks, RJ.