Why is my 2-D Lookup table parameters not described in A2L?

3 views (last 30 days)
I have a 2-D Lookup table in which I have defined the table data as a Simulink.Parameter with the custom storage class of "ExportToFile". When I generate my AUTOSAR compliant code, the A2L file does not have an entry for the 2-D lookup table.
Why are the parameters used for the data of the 2-D lookup table not being described in the A2L?

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 7 Nov 2016
The breakpoints in the 2-D Lookup table were defined as AUTOSAR.Parameter in which the storage class was "CalPrm".
An AUTOSAR.Parameter with a storage class of "CalPrm", "InternalCalPrm", and "PerInstanceMemory" are all excluded from ASAP2 (the A2L file) generation. Furthermore, the entire lookup table object (the table data and the breakpoints) must be defined as a Simulink.Parameter (non-Auto storage class) or else, the 2-D lookup table will not appear in the A2L file.

More Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Products


Release

R2014b

Community Treasure Hunt

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

Start Hunting!