Chip View

From Flowcode Help
Jump to navigationJump to search
Gen Chip View 16F877A.png

The Chip View window displays the currently targeted microcontroller, it allows the user to see a map of the chip to clarify it's capabilities, it allows the user to plan and organize and program the flowchart appropriately. The 'Chip View' improves efficiency by displaying the microcontroller's pins so that the user can clearly see and understand what each pin is connected to and where it is positioned on the chip.


You can access the Chip View window by selecting 'Chip' via the 'View' menu (View > Chip). You can specify a target chip and change the current chip using the 'Choose a Target' tab in the Project Options window which is accessed via the 'Build' menu (Build > Project Options...).

Gen View Menu Chip.png

This window is not only useful for beginners it is also very useful for advanced users as it allows the user to keep in mind what microcontroller they are using, this proves especially useful when swapping between multiple different chips and for learning new chips quickly and easily.


Flowcode now also provides a Simulation or 'SIM' chip which allows the user to use all pins and ports in simulation within Flowcode, if you select 'Simulation Only' when specifying the target chip then Flowcode will default to the 'SIM' chip. This not only improves efficiency, it also enhances the quality of the program, although the program will not run on hardware you can create complex and versatile systems and applications to simulate.

Gen Chip View SIM.png