I can not find enable ASAP2 interface block in matlab 2021a
Show older comments
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!

5 Comments
Johan Eklöv
on 7 Jun 2021
Hi
I'm having the same issue. I found this
but it was not usefull for Autosar target. Maybe you have better luck with it.
wanwan li
on 30 Mar 2022
have you resolve this issue? Could you share some ideas?
wanwan li
on 31 Mar 2022
it works after typing this command : set_param('model name','GenerateASAP2',true)
xiao
on 16 May 2022
Hi , when I type this command : set_param('model name','GenerateASAP2',true) , there is no anychange, is it work for you ?
Johan Eklöv
on 30 May 2022
Edited: Johan Eklöv
on 30 May 2022
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.
Answers (1)
Gargi Patil
on 2 Sep 2021
1 vote
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 Comments
Liang Zong
on 3 Mar 2022
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


wanwan li
on 30 Mar 2022
when you select ert.tlc instead of autosar.tlc, the C tab appears after building
Categories
Find more on Calibration and Measurement in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!