What embedded compilers and Integrated Development Environments (IDE) does Embedded Coder support?

1 vue (au cours des 30 derniers jours)

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 21 Mai 2023
Modifié(e) : MathWorks Support Team le 23 Mai 2023
Embedded Coder generates ANSI/ISO C/C++ code and thus supports all embedded compilers and IDEs that support C/C++ code. If portable ANSI/ISO C/C++ that can be called by any scheduler is not sufficient, Embedded Coder has a variety of options and features that end users can leverage to generate target specific code for their particular compiler environment. A sample of these options and features are listed below.
Optimize Generated Code by Developing and Using Code Replacement Libraries - MATLAB and Simulink:
Custom Simulink Real-Time drivers (R2017b and earlier releases):
  • To access the documentation for R2017b, run the below command
    web(fullfile(docroot, 'xpc/driver/introduction.html')) 
Memory/Pragma Sections:
Legacy Code Integration using Legacy Code Tool:
Control generation of Function Prototypes:
Code Generation from MATLAB and Simulink Code:
MATLAB Central contains several examples that may also be relevant to your needs:
Note that MathWorks does not guarantee or warrant the use or content of MATLAB Central submissions. Any questions, issues, or complaints should be directed to the contributing author.
In addition to ANSI C/C++ code generation and target customization options mentioned above, MathWorks and third party link and target products offer built-in integration support for several target, compiler, and RTOS combinations. These products provide device driver blocks, target optimized code, build environment automation, Processor-in-Loop testing, and other features.
You can find all the relevant details related to Embedded Coder in the below link:
Finally, MathWorks consulting and a number of third parties service providers are able to create custom solutions for your target environment needs.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by