Is it possible to place custom header include statement at the top when using Simulink Coder?
8 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hello!!
I am new to Simulink Coder (SC), and have a problem. I am currently utilizing SC to generate source code only for an embedded system (Not embedded coder). I want to insert a custom header include statement at the top among the include statements that Simulink inserts automatically, which is, for example, mw_cmsis.h (code replacement for STM32F4 Discovery) because the generated include statement (me_cmsis.h) needs the custom header (stm32f4xx_hal.h) to be included first.
To make it short, I want to make my custom include statement precede any include statement. I know there's a 'Configuration Parameters\Code Generation\Custom Code' pane which is related to my concern but it always places my statement at the end of all include statements.
I need your help. Thank you!
0 commentaires
Réponses (1)
Kushagr Gupta
le 16 Mar 2017
One can make use of the Custom Code feature available in Model Configuration Parameters in order to add custom header/ source files.
Go through the "Header file" section at the following link to understand how to do the needful:
0 commentaires
Voir également
Catégories
En savoir plus sur Deployment, Integration, and Supported Hardware dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!