How to add ECU addresses in .A2L file from .MAP file.

15 views (last 30 days)
I am aware of rtw.asap2SetAddress command but it only takes .ELF or .DWARF as input. My TI controller outputs only .OUT or .MAP files. The command rtw.asap2SetAddress is showing error with .OUT or .MAP files.
  1 Comment
Yunjie Gu
Yunjie Gu on 1 Sep 2021
Hi Shalini,
I think you can dwarf file. TI 28x compiler can generate dwarf file alongside .map and .out files. You would then use it to fill the address in .a2l by:
rtw.asap2SetAddress('model.a2l','model.dwarf')
Yunjie

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!