Please take a minute to review and accept our Terms of Use.
Welcome to the PLECS User Forum, where you can ask questions and receive answers from other members of the community.

Many technical questions regarding PLECS are answered on the Technical Solutions page of our website. Tutorial videos, specific application examples, and pre-recorded webinars are available on our YouTube page. Please follow us on LinkedIn for the latest Plexim news.

SPI communication based on interruptions.

0 votes
386 views
Hi,

Dou you know how to implement an SCI communication by interruptions or flags, in PLECS coder (such like that https://www.mathworks.com/matlabcentral/answers/509176-serial-communication-between-two-launchpads). I need to communicate two launchpads using this method because I tried both SPI and CAN BUS, but no one worked.
asked Feb 3, 2021 by efrain ibaceta (38 points)

1 Answer

0 votes
The link you shared is about "SCI" communication.  There is no component in the TI C2000 TSP to enable SCI communication between processors, although that interface is used to run the PLECS External Mode. Modifying the underlying mechanism behind the SPI/CAN communications is not accessible to the user so the blocks are more intuitive to configure.
answered Feb 5, 2021 by Bryan Lieblick (1,909 points)
...