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.

TMS320F280049: FSI works as SPI

Part Number: TMS320F280049
Other Parts Discussed in Thread: C2000WARE

Hi,

Is there a reference code to simulate FSI as SPI master, with Rx and Tx full duplex?

thanks a lot.

Br, Jordan

  • Jordan,

    This example can be found in c2000Ware as fsi example 11.
    "C:\ti\c2000\C2000Ware_1_00_05_00\driverlib\f28004x\examples\fsi\fsi_ex11_spifsi_full_duplex.c"

    The paired SPI example is actually running on an F2837x device and can be found here:
    "C:\ti\c2000\C2000Ware_1_00_05_00\driverlib\f2837xd\examples\cpu1\spi\spi_ex4_spifsi_full_duplex.c"

    -Mark