How to delete the ARID_Def in generate code simulink autosar
18 ビュー (過去 30 日間)
古いコメントを表示
When generate code with Autosar, the struct ARID_def is created to replace the datastored for the input of trigger subsystem or function. Example trigger subsystem with input is data stored global_hello,the code generate has that “Arid_def.hello = global_hello “ and Arid_def.hello is used in that sub and the other sub later. It tooks a lot of Cpu load in our board. How not to generate the replaced variable like that
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で AUTOSAR Blockset についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!