How can I use the SPI package to connect 2xTI c2000 launchpad?

I found a rather intersting question in the following page : https://forum.plexim.com/4716/how-can-i-use-the-can-package-to-connect-2xti-c2000-launchpad?show=4744#c4744

As we all know ,maybe SPI communication package is a little faster for industrial use , does anyone have similar demo file?Thank U a lot !!! I can’t express my gratitude further.

1 Like

Hello,

Find a simple SPI demo model attached, illustrating signal exchange between one SPI Master and two SPI Slaves. As shown in the figure, the model is split into two subsystems; each subsystem can then be independently deployed to the corresponding real-time target. The first subsystem with one SPI Master and one SPI Slave is configured for the TI 28069 LaunchPad and the subsystem with one SPI Slave is configured for the TI 280049 LaunchPad.

A detailed description of the SPI protocol and signals, as well as considerations for overrun errors, are given in the SPI Master and SPI Slave block descriptions. Click on the “Help” button of these blocks or refer to the TI C2000 Target Support User Manual here.

Regards,Manu

spi_demo_c2000_28069_0049.plecs (48.5 KB)