Users can switch between flowcharts, blocks (similar to Scratch), pseudo-code, and C code .
Flowcode v8 was not just an incremental update; it introduced a suite of features that significantly expanded its flexibility and power. As detailed in an announcement on the official Matrix forums and later in the help documentation, the key enhancements were designed to improve both the programming experience and the organization of complex projects.
Construct your program logic on the main workspace. A typical structure involves: An routine to configure peripherals. A Main Loop that runs indefinitely.
Targeting PIC, AVR, Arduino, and ARM devices. flowcode v8
. It is a "solid piece" of software particularly valued in education and rapid prototyping because it allows users to program microcontrollers using visual flowcharts instead of complex manual coding like C or Assembly. SolidWorks Key Features of Flowcode V8 Broad Hardware Support : It can target a vast range of microcontrollers, including (8, 16, and 32-bit), , and notably for version 8, Raspberry Pi Visual Programming
These devices are powered by a massive library of over 400 components, ranging from simple LEDs and switches to complex peripherals like .
: The software automatically changes your flowchart into clean C-code [1]. Why Choose Flowcode v8? Users can switch between flowcharts, blocks (similar to
. This is a significant shift from the v8 era.
You drag a "Component" onto the dashboard. You configure its pins via a property grid. You then use macro icons (e.g., LCD::PrintNumber ) to control it. The API is handled for you.
At its core, Flowcode v8 bridges the gap between hardware design and software programming. It targets microcontrollers such as Microchip’s PIC, dsPIC, PIC32, AVR, Arduino, and ARM-based devices. Instead of typing lines of code, users assemble a visual flowchart by dragging and dropping functional blocks—such as loops, decisions, inputs, and outputs—onto a canvas. Construct your program logic on the main workspace
Testing hardware designs in the real world can lead to damaged components and tedious debugging cycles. Flowcode v8 addresses this with a robust, real-time 3D simulation environment. Virtual Debugging
the play button to watch data flow through your chart step-by-step.
You can simulate the flowchart, then click "Build" to generate C, then eventually HEX or compiled machine code.