Introduction
Supported Combinations
Steps to Run the Example
- Software Setup, Download and Install the PLIN-View Pro from https://www.peak-system.com/PLIN-USB.485.0.html?&L=1
- Click on LIN in the menu bar and connect to PLIN-USB. Make sure the LINMode for PLIN is Responder with Baud Rate of 19200.
LIN Hardware Connectivity with PLIN USB.
- After successful connection with PLIN-USB, the status of connection is shown as the bottom of the screen.
PLIN Connectivity status.
- When using CCS projects to build, import the CCS project for the required combination and build it using the CCS project menu (see Using SDK with CCS Projects).
- When using makefiles to build, note the required combination and build using make command (see Using SDK with Makefiles)
- Launch a CCS debug session and run the executable, see CCS Launch, Load and Run
Overridding the default configurations
- To override the default configurations or initializations, uncheck the box of Default Configuration and rebuild the example. The same example will work without any other changes.
Bypassing Default Configuration.
See Also
LIN
Sample Output
Shown below is a sample output when the application is run,
[LIN] LIN mode external, application started ...
[I2C] LIN Volatage Level Shifter started ...
[LIN] : New Data Sent = 12
[LIN] : New Data Sent = 34
[LIN] : New Data Sent = 56
[LIN] : New Data Sent = 78
[LIN] : New Data Sent = 9a
[LIN] : New Data Sent = ab
[LIN] : New Data Sent = cd
[LIN] : New Data Sent = ef
All tests have passed!!
Shown below is a sample output on PLIN-View Pro
Output on PLIN-View Pro