How to generate Hierarchical C codes using Embedded coder?
2 ビュー (過去 30 日間)
古いコメントを表示
I have created a Simulink model that has various simulation blocks. I want to create C codes for each block separately using Embedded Coder compatible with my Renesas controller to test them individually. But once I have unit tested them, I want to integrate them into a single model. The problem with Embedded coder is, it is treating each block as a separate Simulink model while creating the C code. As a result, I am facing duplication problems.
0 件のコメント
回答 (1 件)
Don Zheng
2017 年 7 月 18 日
Make each block a model reference and in the generated code, each model reference block should have their own .h/c files.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Deployment, Integration, and Supported Hardware についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!