Effacer les filtres
Effacer les filtres

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

12 vues (au cours des 30 derniers jours)
Shalini Tripathy
Shalini Tripathy le 30 Juil 2018
Commenté : Yunjie Gu le 1 Sep 2021
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 commentaire
Yunjie Gu
Yunjie Gu le 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

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by