What standard of C code is generated by Embedded Coder?

1 view (last 30 days)
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.

Accepted Answer

MathWorks Support Team
MathWorks Support Team on 30 Dec 2021
Edited: MathWorks Support Team on 30 Dec 2021
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.

More Answers (0)

Categories

Find more on Deployment, Integration, and Supported Hardware in Help Center and File Exchange

Tags

No tags entered yet.

Products


Release

R2018a

Community Treasure Hunt

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

Start Hunting!