Downloading the project


In the previous chapter, you learnt how you can build the project.Once this was successfully done, you can download the output file to the target board and run it.

After you successfully compiled your project, you can download it to the target board by clicking Download command in Build menu.When downloading, Micro-IDE uses settings that you specified in Loader settings dialog box.The loader used is selected in project settings.During download process, Micro-IDE will indicate progress in Output window on a Loader tab.

Loader operation may fail in which case loader will return error code.

Once download progress is complete, you can run the program on the target board. Please see the next chapter for information how to do this.