Difference between revisions of "Simulink2ARM7"
From ConceptCar
Line 3: | Line 3: | ||
This page describes the user interaction with the SimulinkTarget tool. Every step needed in order to get from Simulink Model to the Executable file is described in this page. The first step before getting the model to run in the ARM7 Board is to generate the code that implements the Simulink Model. This process is described here [[Simulink settings for generating code]] | This page describes the user interaction with the SimulinkTarget tool. Every step needed in order to get from Simulink Model to the Executable file is described in this page. The first step before getting the model to run in the ARM7 Board is to generate the code that implements the Simulink Model. This process is described here [[Simulink settings for generating code]] | ||
− | == | + | ==Create (or load) a project configuration file== |
− | |||
− | |||
− | + | ==Load the simulink model== | |
+ | |||
+ | |||
+ | |||
+ | ==Load the RTW generated code== | ||
+ | |||
+ | |||
+ | |||
+ | ==Select the base stub code used== | ||
+ | |||
+ | |||
+ | |||
+ | ==Define CAN binding and marshaling== | ||
+ | |||
+ | |||
+ | |||
+ | ==Define output folder and generate code== | ||
+ | |||
+ | |||
+ | |||
+ | ==Optionally compile the generated code== |
Revision as of 09:09, 15 April 2009
Contents
Overview
This page describes the user interaction with the SimulinkTarget tool. Every step needed in order to get from Simulink Model to the Executable file is described in this page. The first step before getting the model to run in the ARM7 Board is to generate the code that implements the Simulink Model. This process is described here Simulink settings for generating code