Is there an example Green Hills INTEGRITY target for Embedded Coder and Simulink using the Green Hills MULTI IDE?
12 次查看(过去 30 天)
显示 更早的评论
MathWorks Support Team
2012-11-5
编辑: MathWorks Support Team
2023-1-5
I am interested in generating and verifying code using Embedded Coder with the Green Hills INTEGRITY Real-Time Operating System (RTOS). In particular, I want to:
1) generate code as a task that will be executed by the RTOS, and
2) verify the code numerical behavior with processor-in-the-loop (PIL) testing.
采纳的回答
MathWorks Support Team
2021-12-10
编辑:MathWorks Support Team
2021-12-13
A demo kit containing example models, code generation files, a User guide, and a ReadMe on generating code for the INTEGRITY RTOS using the MULTI IDE can be downloaded by running the executable from the Related Documents section of this solution.
The demo kit generates the standard C main function and builds the application as a kernel project with the "-kernel" linker option. The main function is executed by INTEGRITY as a single task. You can also run a PIL simulation of the code using TCP/IP connectivity provided by INTEGRITY. By default, the demo kit uses the INTEGRITY PowerPC Simulator (isimppc.exe) but the kit can be used and has been tested on boards such as the Embedded Planet 8260.
The demo kit was tested with INTEGRITY v5.0.11 and MULTI 5.0 and 6.0
The intent of the demo kit is to provide a working example that end users can use as a base to create their own target solution using Embedded Coder and its PIL APIs shown below:
Note: This solution uses several third-party products to compile and execute the code. Please contact the third-party vendors with questions or information on how to obtain the third-party products.
1 个评论
MathWorks Embedded Coder Team
2015-11-4
编辑:MathWorks Support Team
2023-1-5
Please visit Green Hills support page for more information - https://www.mathworks.com/hardware-support/green-hills.html
更多回答(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!