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.

 

download1.jpg (114005 bytes)

Before downloading the user program, the Mini-Max/11-A Loader tries to detect Buffalo monitor. The following picture illustrates messages if Buffalo monitor is not detected.


download2.jpg (91207 bytes)

The Loader will try to download the user program as soon as Buffalo monitor code is uploaded.

download3.jpg (135658 bytes)


Loader operation may fail in which case loader will return error code. See error codes table for description of possible errors.

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.