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

5 visualizaciones (últimos 30 días)
Shalini Tripathy
Shalini Tripathy el 30 de Jul. de 2018
Comentada: Yunjie Gu el 1 de Sept. de 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 comentario
Yunjie Gu
Yunjie Gu el 1 de Sept. de 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

Iniciar sesión para comentar.

Respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by