LIN Auto Addressing (AA) Example
Overview
LIN Auto Addressing is used to assign/change NADs, read identification, and switch to normal data communication.
Verified Devices
Toomoss & Vector
Graphic
Features
- LIN device auto addressing
Files
lin_aa.ecb
: project configurationlin_aa.ts
: TypeScript implementation scriptREADME.md
/README.zh.md
: documentation
Usage
- Open
lin_aa.ecb
in EcuBus Pro - Configure LIN hardware
- Before starting set variables:
LIN_AA.SupplierID
(hex string), e.g.7FFF
or0x7FFF
LIN_AA.NadTable
(space-separated hex bytes), e.g.01 02 03 04 11 aa
- Set
LIN_AA.StartAA = 1
to start,0
to stop - Press
c
in console to print currentSupplierID
andNadTable
in hex
Auto Addressing Sequence
- Assign NAD (init)
- Multiple Set NAD (follow
NadTable
order) - Save
- Finish
References
- LIN 2.2 Specification
- EcuBus Pro User Manual