Building, Uploading, Running

Once you are done coding your project, it's time to build, upload and run it.


The TIDE Build Mode dropdown menu.Make sure that the Debug mode is selected in the drop-down on the debug toolbar (View > Debug Toolbar).

You will need this later when I introduce you to Debugging.


At this point...


The TIDE Run button Now select Debug > Run (or press [F5]).


The project will compile, and the Output pane (View > Output) will show any errors.

If compilation doesn't yield any errors, TIDE will start uploading the compiled binary onto the target.

The TIDE Status bar. The status bar will show you the upload progress (although for this simple app it will probably be instantaneous).


Once the upload finishes, TIDE will instruct your device (or the Simulator) to start executing.


The TIDE green ball indicating communications are active.  A small green ball will keep moving left and right in the status bar. This is the debugging heartbeat indicating that your device (or the Simulator) remains accessible to TIDE.