Custom Storage Class Parameters not shown in A2L
3 views (last 30 days)
Show older comments
Hi all,
i created a custom storage class with the cscdesigner (custom struct definition with a definition of specific memory section).
Now when i try to export an a2l file from the model/code these parameters are not showing up.
I tried to look for similar questions e.g. similarQuestion but at least to my knowledge non of the points described there apply to the storage class i created..
Other Parameters with default storage or inputs/outputs are showing up as they should.
Best Regards
Tobias
0 Comments
Answers (1)
Ayush
on 21 Aug 2023
To make sure that the signals are represented in the generated A2L file, please set the "SupportSILPIL" property to "true" in the CSC definition as outlined in the following documentation page:
Note that you do not have to be using SIL/PIL testing for this to work. The "SupportSILPIL" property has implications on the generated code, and the A2L file depends on the code that is generated.
0 Comments
See Also
Categories
Find more on Structures in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!