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

12 次查看(过去 30 天)
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 个评论
Yunjie Gu
Yunjie Gu 2021-9-1
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

请先登录,再进行评论。

回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by