Difference between revisions of "Creating Project"

From Flowcode Help
Jump to navigationJump to search
Line 21: Line 21:
  
 
===Selecting device type from within Flowcode===
 
===Selecting device type from within Flowcode===
[[File:Select_a_chip_v8.png|right]]
+
[[File:New Project.png|right]]
 
 
You can change devices at any time by selecting Build > Project Options. Simply select the chip type from the left hand menu (red rectangle), then use the drop down menu (orange rectangle) above to change the chip family to narrow down the chip list. Finally scroll down the chip list (green rectangle) to find your desired device.
 
 
 
 
 
Use this option to specify which microcontroller you wish your flowchart to target. If you are changing from one microcontroller to another, Flowcode will check that all the commands and components in your flowchart are supported by the new microcontroller. Flowcode will advise you of any potential problems.
 
  
 +
You can change devices at any time by selecting Build > Project Options. Simply select the chip type from the 'Choose a Target' (green rectangle), Or right-click on any target and select 'Search' then enter partial characters, e.g 18877.
 +
Whatever target device is selected, it will appear on the Target button at the top for you to click (orange rectangle). 
 +
If you are changing from one microcontroller to another, Flowcode will check that all the commands and components in your flowchart are supported by the new microcontroller. Flowcode will advise you of any potential problems.
  
 
===Selecting clock speed within Flowcode===
 
===Selecting clock speed within Flowcode===
 
Flowcode needs to know how fast you are clocking your chip so that it can implement the delay function with the correct delay time. You can alter the chip clock speed at any time by selecting Build > Project Options and entering the correct value of your clock circuit by going to the '''General Options''' tab in the Project Options window.
 
Flowcode needs to know how fast you are clocking your chip so that it can implement the delay function with the correct delay time. You can alter the chip clock speed at any time by selecting Build > Project Options and entering the correct value of your clock circuit by going to the '''General Options''' tab in the Project Options window.

Revision as of 09:43, 28 November 2022

Create the Project

Create a new project by either selecting 'New Project' from the 'File' menu (File > New Project), pressing Ctrl+N on the keyboard or clicking on the NEW PROJECT button on the Start Page.

Once clicked on you will be prompted to choose a target device:

Selecting a Target Chip

Each version of Flowcode is capable of generating code for a number of target devices, each one having a different combination of properties and characteristics.


Before you use Flowcode to develop a chip application you will need to choose one of these devices. Helping you make this selection is beyond the remit of this help file. Once you have made your choice of device you will need to make other choices concerning the chip and your circuit - particularly concerning clock speed.


Before getting a program into your chip you will need to take several steps to enter data about your chip into several places:


  1. Tell Flowcode which chip you are using
  2. Tell Flowcode what clock speed you are running at
  3. Tell Flowcode what configuration settings you wish to use


Selecting device type from within Flowcode

New Project.png

You can change devices at any time by selecting Build > Project Options. Simply select the chip type from the 'Choose a Target' (green rectangle), Or right-click on any target and select 'Search' then enter partial characters, e.g 18877. Whatever target device is selected, it will appear on the Target button at the top for you to click (orange rectangle). If you are changing from one microcontroller to another, Flowcode will check that all the commands and components in your flowchart are supported by the new microcontroller. Flowcode will advise you of any potential problems.

Selecting clock speed within Flowcode

Flowcode needs to know how fast you are clocking your chip so that it can implement the delay function with the correct delay time. You can alter the chip clock speed at any time by selecting Build > Project Options and entering the correct value of your clock circuit by going to the General Options tab in the Project Options window.