How can I include the "<RESOURCE-CONSUMPTION>" memory section in the ARXML file generated from Simulink?

3 次查看(过去 30 天)
I aim to include the details of the "<RESOURCE-CONSUMPTION>" section in the "ModelName_datatype.arxml" file generated from my Simulink model. This pertains to the addresses of software components (SWC) within Simulink. Additionally, for specific signals, I employ custom storage classes.
Is this possible? Could you please guide me on how to do this?

采纳的回答

MathWorks Support Team
Including the "<RESOURCE-CONSUMPTION>" section is a new feature developed for MATLAB R2023b.
To workaround this issue for prior releases, you can follow the steps below:
1) List the custom storage classes in a file (i.e., Excel)
2) Write a script to automatically detect all the mapped "SwAddrMethods" in the model using "autosar. api.getAUTOSARProperties" (please refer to the attached script and customize it to your needs)
3) Post-process the generated ARXML file to add the tree hierarchy to the generated implementation ARXML using the "xmlread" and "xmlwrite" functions.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 AUTOSAR Blockset 的更多信息

产品


版本

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by