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.

Set SPI port baudrates higher than 1M on LaunchPadXL

Other Parts Discussed in Thread: TMS320F28027

Hello all,

In the newly distributed TI file f2802x-DRL-UG.pdf there is a function to set the SPI baudrate directly. This is:

SPI_setBaudRate(mySpi, xxx);

Enumerators "xxx":
SPI_BaudRate_500_KBaud
SPI_BaudRate_1_MBaud

I'm now running fine at 1M data rate, however, I'm interested when my build hardware fails by increasing the speed. In SPRUG71B (Enhanced SPI ... pag. 16) it is shown that the speed can be increased further.

What is the best way to do that?

The SW is running on a LaunchPadXL with TMS320F28027 at 60MHz (with external crystal of 20MHz).

Regards, Bart