Difference between revisions of "Exercise - Transferring a Program to the Microcontroller"

From Flowcode Help
Jump to navigationJump to search
Line 20: Line 20:
  
  
 
+
[[File:Btn_Compile_Chip.png]]
 
 
[[File:gen_exerciseTransferFirstFlowchart_compileicon_01.png|30px]]
 

Revision as of 12:13, 13 June 2013

This exercise looks at transferring to the microcontroller, the flowchart 'Lamp1.fcf' which you developed in the exercises Creating Your First Flowchart and Adding Devices to Your First Flowchart.
This involves:

compiling the program (translating it into a form which the microcontroller can use);
moving it to the connected microcontroller;
storing it in the microcontroller's memory.

For more details about this part of the process, see Adding Finishing Touches.



Load the Flowcode Flowchart

(For help with this, see the exercise Opening an Existing Flowchart)


Compile the program

Btn Compile Chip.png