Lin TJA1027: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoTJA1027.png == Summary == Provides communication over a LIN bus using the **TJA1027** transceiver, supporting master and slave modes. == Description == The **Lin TJA1027** component enables LIN (Local Interconnect Network) communication with support for both **Master (Client)** and **Slave (Server)** operations. The component allows sending and receiving raw LIN frames, with configurable delay settings for frame timing. It exposes both LIN..."
 
(No difference)

Latest revision as of 04:34, 15 September 2025

File:TArduinoTJA1027.png

Summary

Provides communication over a LIN bus using the **TJA1027** transceiver, supporting master and slave modes.

Description

The **Lin TJA1027** component enables LIN (Local Interconnect Network) communication with support for both **Master (Client)** and **Slave (Server)** operations. The component allows sending and receiving raw LIN frames, with configurable delay settings for frame timing. It exposes both LIN bus control and low-power sleep management through dedicated pins.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Delay (µS) – Delay interval for LIN bus timing in microseconds.
  • Elements – Defines supported communication operations:
    • Master (Client) > Master Read Raw Data – Master node reads raw LIN frame data.
    • Master (Client) > Master Write Raw Data – Master node writes raw LIN frame data.
    • Slave (Server) > Slave Raw Data Response – Slave responds with raw LIN frame data.
    • Slave (Server) > Slave Raw Data Receive – Slave receives raw LIN frame data.

Pins

Output Pins

  • Out – LIN bus raw data output.
  • Control – Control interface for managing LIN communication.
  • Sleep (digital) – Digital pin for low-power sleep control.