Documentation
README
Deploy Embedded Code
Configure MATLAB Coder with Embedded Coder for production-quality code generation targeting embedded hardware, and verify correctness with processor-in-the-loop (PIL) testing.
When to Use
- Generating C/C++ code for a microcontroller or embedded Linux board
- Setting up PIL or SIL verification for generated code
- Configuring code generation with no dynamic memory allocation
- Configuring Embedded Coder for an AI model entry-point function prepared by
matlab-deploy-embedded-ai; for the full AI compression and model-loading workflow, triggermatlab-deploy-embedded-aifirst - Selecting a hardware target board (STM32, Raspberry Pi)
This is the opening of the README. Read the full README on GitHub.