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.ecbin EcuBus Pro - Configure LIN hardware
- Before starting set variables:
LIN_AA.SupplierID(hex string), e.g.7FFFor0x7FFFLIN_AA.NadTable(space-separated hex bytes), e.g.01 02 03 04 11 aa
- Set
LIN_AA.StartAA = 1to start,0to stop - Press
cin console to print currentSupplierIDandNadTablein hex
Auto Addressing Sequence
- Assign NAD (init)
- Multiple Set NAD (follow
NadTableorder) - Save
- Finish
References
- LIN 2.2 Specification
- EcuBus Pro User Manual
