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

3 visualizzazioni (ultimi 30 giorni)
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?

Risposta accettata

MathWorks Support Team
MathWorks Support Team il 17 Apr 2024 alle 0:00
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.

Più risposte (0)

Categorie

Scopri di più su AUTOSAR Blockset in Help Center e File Exchange

Prodotti


Release

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by