Difference between revisions of "A2lPrep"

From OpenMBD
Jump to: navigation, search
(Introduction)
Line 1: Line 1:
 
== Introduction ==
 
== Introduction ==
A2lPrep is a commandline tool for preparing ASAP a2l files from a C language project. The a2l file created by A2lPrep can then be loaded into HANtune for calibration.
+
A2lPrep is a commandline tool for preparing ASAP a2l files from a C++ language target project. The a2l file created by A2lPrep can then be loaded into HANtune for calibration.
 
[[File:A2lPrep_Overview.png]]
 
[[File:A2lPrep_Overview.png]]
 +
It can be used to convert manually written C-source files with special comments together with the corresponding .map (produced by compilation) into an ASAP2 A2l file.
 +
This ASAP2 file contains all the relevant data (addresses, calculation rules, display format) show on the [[HANtune]] screen.
 +
No extra code-generation tools are needed to perform this operation. Only the special comments need to be added to your C-code for correct generation of an A2l file.

Revision as of 10:43, 23 March 2018

Introduction

A2lPrep is a commandline tool for preparing ASAP a2l files from a C++ language target project. The a2l file created by A2lPrep can then be loaded into HANtune for calibration. A2lPrep Overview.png It can be used to convert manually written C-source files with special comments together with the corresponding .map (produced by compilation) into an ASAP2 A2l file. This ASAP2 file contains all the relevant data (addresses, calculation rules, display format) show on the HANtune screen. No extra code-generation tools are needed to perform this operation. Only the special comments need to be added to your C-code for correct generation of an A2l file.