一般matlab在编译生成A2L前,并不知道A2L变量的地址,这样就需要在后期将变量的地址添加进去。 此脚本可将从.elf或者.dwarf文件中提取地址,然后更新到A2L的对应位置,原始版权属于Mathwork % Examples: % 1) Using ELF file to update ECU addresses % >> rtw.asap2SetAddress('model.a2l', 'model.elf'); % % 2) Using DWARF debug information file to update ECU addresses % >