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

조회 수: 5 (최근 30일)
Shalini Tripathy
Shalini Tripathy 2018년 7월 30일
댓글: Yunjie Gu 2021년 9월 1일
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개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by