What standard of C code is generated by Embedded Coder?
조회 수: 5 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2018년 10월 26일
편집: MathWorks Support Team
2021년 12월 30일
When I generate code with the Embedded Coder, which standard of C code is generated? I want to make sure my compiler will work with all of the C code that is generated.
채택된 답변
MathWorks Support Team
2021년 12월 30일
편집: MathWorks Support Team
2021년 12월 30일
The Embedded Real-Time target generates ANSI/ISO C, C++, and encapsulated C++ code with floating-point and fixed-point data for efficient real-time execution on virtually any production processor. If you generate your code with the 'ert.tlc' target file, your generated C code will by ANSI compliant. Please refer to the following link for more information.
댓글 수: 0
추가 답변 (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!