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.

CCS/LAUNCHXL-TMS57004: spi communication

Part Number: LAUNCHXL-TMS57004
Other Parts Discussed in Thread: HALCOGEN, TMS570LS0432

Tool/software: Code Composer Studio

Hi all,

Is it possible to establish spi communication between two different boards ,say,TMS57004  and TM4C1294XL.If yes could you provide a sample code for the same.

Regards,

silpa

  • Hello Silpa,

    Yes, the SPI interface is compliant to SPI protocol. It can be used for communication to any other devices with SPI interface (smart sensors, serial memories, logic devices such as mcu, watchdog devices, etc).

    You can use HALCoGen to generate SPI driver for TMS570LS0432 (master or slave), and use the sample code and SPI API TivaWare for TM4C device. We don't have example for TMS570 + TM4C129.