Updater
Update your A2L with ECU addresses from the latest software build
The A2L file which describes the software must be updated with the memory address of each signal and calibration parameter whenever the software is rebuilt. Updater smoothly performs this task for plain variables, struct fields, arrays and more.
Highlights of Updater
- Support for a wide range of compilers.
- Address calculation of array indexes, structs fields and bitfields.
- Easily integrated in build chain for automatic address update at each build.
- Fast. Typical time to update an A2L is less than 5 seconds.
Supported variable types
- Normal variables.
- Array indexing, i.e. find the address of expressions such as x[4].
- Struct and class fields, i.e. foo.bar.
- Any combination of the above, for example foo.bar[13].x.