Difference between revisions of "Simulink2ARM7"

From ConceptCar
Jump to: navigation, search
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]]
  
==Introduction==
+
==Create (or load) a project configuration file==
  
This page describes the process in which a Simulink model is converted and executed in the SAM7-LA2 ARM7 board.
 
  
==Execution Flow==
 
  
asdf
+
==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

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

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