Azzera filtri
Azzera filtri

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

12 visualizzazioni (ultimi 30 giorni)
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 Commento
Yunjie Gu
Yunjie Gu il 1 Set 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

Accedi per commentare.

Risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by