I can not find enable ASAP2 interface block in matlab 2021a
조회 수: 5 (최근 30일)
이전 댓글 표시
On the right hand side is the target configuration in 2020b while the left side is the 2021a. The ASAP2 interface disappeared and I can not create the a2l file. Could anyone give me some help? Thank you guys!
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/582291/image.png)
댓글 수: 5
xiao
2022년 5월 16일
Hi , when I type this command : set_param('model name','GenerateASAP2',true) , there is no anychange, is it work for you ?
Johan Eklöv
2022년 5월 30일
편집: Johan Eklöv
2022년 5월 30일
I tried the command @wanwan li suggested and it worked for me on my (classic) autosar model, in R2021b.
I tried it on a "blank" model generated from an arxml. Flipping the parm setting on and off sometimes didn't have any effect, but that might been due to cache issues. If there are no block changes to the model the code generation is sometime skipped.
답변 (1개)
Gargi Patil
2021년 9월 2일
Hi,
As mentioned in the release notes (under Functionality being removed or changed for Code Interface Configuration and Integration), the ASAP2 interface configuration parameter functionality is no longer present in MATLAB R2021a. Instead the Generate Calibrations Files tool can be used to create the ASAP2 file.
댓글 수: 2
Liang Zong
2022년 3월 3일
hi,
i'm not able to see the tab "C CODE" in my model(matlab 2021a), and autosar.tlc was used. Do we have any command to open this ASAP2 tool? thanks
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/912930/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/912935/image.png)
wanwan li
2022년 3월 30일
when you select ert.tlc instead of autosar.tlc, the C tab appears after building
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!