当前位置:首页 > 嵌入式 > 嵌入式硬件

NXP公司的TJA1021是LIN 2.0/SAE J2602收发器。它在本地互联网络(LIN)主/从协议控制器和LIN中物理总线间进行接口。它和LIN 2.0/SAE J2602标准兼容,在车内的子网络的波特速率从1 kBd 到 20 kBd。它和TJA1020引脚兼容,并改进了ESD保护性能。本文介绍了TJA1021的主要性能,方框图以及和微控制器间的典型应用电路图。

LIN 2.0/SAE-J2602 standalone transceiver TJA1021

LIN lets you easily interconnect locally applied sensors, actuators and switches (in switch panels, door and seat modules for example) to the CAN backbone with a standardized front end. This helps significantly reduce costs and design-in effort for a wide range of human reaction time triggered applications, such as powered mirrors and windows.

The rapid adoption by automotive makers of the LIN 2.0 protocol has made this cost-effective,low-speed serial communication system bus the natural choice for arbitration-free local communications. Optimized for reliable and cost-effective LIN master and slave node implementations, with its sleep current consumption < 10μA and providing IEC-61000-4-2 compliant ± 6 kV ESD protection, the TJA1021 gives you the leading-edge when creating LIN systems.

The TJA1021 is the interface between the Local Interconnect Network (LIN) master/slave protocol controller and the physical bus in a LIN. It is primarily intended for in-vehicle sub-networks using baud rates from 1 kBd up to 20 kBd and is LIN 2.0/SAE J2602 compliant. The TJA1021 is pin-to-pin compatible with the TJA1020 and improved on ElectroStatic Discharge (ESD).

The transmit data stream of the protocol controller at the transmit data input (TXD) is

converted by the TJA1021 into a bus signal with optimized slew rate and wave shaping to minimize ElectroMagnetic Emission (EME). The LIN bus output pin is pulled HIGH via an internal termination resistor. For a master application an external resistor in series with a diode should be connected between pin INH or pin VBAT and pin LIN. The receiver detects the data stream at the LIN bus input pin and transfers it via pin RXD to the microcontroller.

In sleep mode the power consumption of the TJA1021 is very low. In failure modes the

power consumption is reduced to a minimum.

主要特性:

通用特性

LIN 2.0/SAE J2602 compliant

Baud rate up to 20 kBd

Very low ElectroMagnetic Emission (EME)

High ElectroMagnetic Immunity (EMI)

Passive behavior in unpowered state

Input levels compatible with 3.3 V and 5 V devices

Integrated termination resistor for LIN slave applications

Wake-up source recognition (local or remote)

Supports K-line like functions

Pin-to-pin compatible with TJA1020

低功耗管理

Very low current consumption in sleep mode with local and remote wake-up

保护性能

High ESD robustness: ?6 kV according to IEC 61000-4-2 for pins LIN, VBAT and

WAKE_N

Transmit data (TXD) dominant time-out function

Bus terminal and battery pin protected against transients in the automotive

environment (ISO 7637)

Bus terminal short-circuit proof to battery and ground

Thermally protected

主要优势:

Helps meet car maker’s ESD requirements without the need for external components

Low quiescent current (< 10μA) helps meet more relaxed current consumption targets

Leadless HVSON8 package offers 60% board space reduction compared to SO8

Fail-safe features allowing easier design-in

Easily interfaces with a wide range of microcontrollers

Zero reverse bus current allows partial networking without introducing extra network design complexity

Drop-in replacement for TJA1020

本站声明: 本文章由作者或相关机构授权发布,目的在于传递更多信息,并不代表本站赞同其观点,本站亦不保证或承诺内容真实性等。需要转载请联系该专栏作者,如若文章内容侵犯您的权益,请及时联系本站删除( 邮箱:macysun@21ic.com )。
换一批
延伸阅读

多用户集中式电能表及其基于RS-485总线的远程抄表系统在公寓 、学生宿舍 、商业建筑中已得到广泛应用 , 但有些项 目 的系统在初期运行过程中就存在抄表成功率不高的现象 , 其主要原因是RS-485抄表总线在施工过程中...

关键字: 多用户集中式电能表 RS-485总线 智能抄表 施工缺陷 解决方案

CAN总线(Controller Area Network)作为一种高可靠性、实时性的串行通信总线,广泛应用于汽车电子、工业控制、机器人等多节点通信场景,其核心优势在于通过非破坏性仲裁机制实现多节点无冲突通信。但在实际工...

关键字: CAN总线 串行通信 收发器

近期,6 GHz频段被划分用于无线通信系统,为实现高速、低延迟应用开辟了新的可能性。ADI公司推出的16 nm收发器系列为该频段提供了一种高度集成的解决方案,兼具低功耗和高性能。本文将介绍6 GHz频段,并讨论ADI收发...

关键字: 无线电 收发器 频谱

在嵌入式系统开发中,总线错误(Bus Error)与段错误(Segmentation Fault)并称两大"程序杀手"。不同于段错误源于非法内存访问,总线错误本质是硬件对访问方式的严格约束被突破,尤其在ARM架构中表现尤...

关键字: 嵌入式开发 CAN总线

在嵌入式系统开发中,硬件依赖、模块耦合和资源限制使得传统单元测试难以实施。CMock作为专为C语言设计的自动化Mock框架,通过解析头文件自动生成Mock模块,成为破解嵌入式测试难题的核心工具。

关键字: 嵌入式开发 CMock

在资源受限的嵌入式系统中,C++继承机制常被视为"奢侈特性",但合理运用可显著提升代码复用性与可维护性。本文从嵌入式开发特性出发,解析继承机制的最佳应用场景与实践准则。

关键字: C++ 嵌入式开发

在物联网设备、工业控制器等嵌入式系统中,固件升级是功能迭代与漏洞修复的关键环节。然而,升级过程中断电或固件损坏可能导致设备变砖(无法启动)。本文聚焦双分区固件升级架构与防砖保护机制,提供可落地的开发方案。

关键字: Bootloader 嵌入式开发

在嵌入式通信开发中,协议解析是连接硬件层与应用层的核心环节。基于前文设计的ITLV(改进型TLV)协议框架,本文深入对比一次性解析与流式解析两种策略,重点分析粘包、断包及数据噪声等典型场景下的处理机制。

关键字: 嵌入式开发 协议解析

在嵌入式设备智能化浪潮中,用户对交互体验的要求日益严苛。传统嵌入式GUI开发常面临开发效率低、跨平台适配难、视觉效果受限等痛点。CDroid作为一款基于C++11开发的跨平台GUI引擎,通过移植Android开发模式,为...

关键字: 嵌入式开发 UI开发

在嵌入式开发中,我们常陷入这样的困境:一个简单的功能随着需求变更,逐渐演变成层层嵌套的if-else迷宫。某医疗设备的控制程序就曾因20层嵌套的if语句,导致维护时误删关键逻辑引发事故。状态机架构正是破解这一难题的利器,...

关键字: 嵌入式状态机 嵌入式开发
关闭