Everything
 

Download Files dialog box


This dialog box is used to select files for downloading and configure download conditions (see "2.6 Download/Upload Programs").

Note that files specified as build targets in a project (main project or sub-project) are automatically registered as download targets (they can be unregistered).

Caution

This dialog box cannot be opened during execution of a program.

Figure A.21

Download Files Dialog Box

 

This section describes the following.

[How to open]

-

On the [Download File Settings] tab of the Property panel, click the [...] button displayed by selecting the [Download files] property in the [Download] category.

[Description of each area]

(1)

[Download file list] area

(a)

List display

Displays a list of files to download. The names of files specified as build targets in a project (main project or sub-project) are displayed by default (they can be removed).

Files are downloaded in the order that they are displayed here.

To add a new file to be downloaded, click the [Add] button in this area, then in the [Download file property] area, specify the download conditions of the file to add.

(b)

Button

Button

Function

Up

Moves the selected file up one row in the list.

Clicking this for the top file in the list has no effect.

Down

Moves the selected file down one row in the list.

Clicking this for the bottom file in the list has no effect.

Add

Adds an empty item "-" to the list, and selects it.

Specify the download conditions of the file to add in the [Download file property] area.

Note that this button will be disabled if 20 files have already been registered.

Remove

Removes the selected file from the list.

Note, however, that this button is disabled if the selected file is a project build target.

Remark 1.

By hovering the mouse cursor over a file name, the pass information of the file is pop-up displayed.

Remark 2.

By dragging a file name with the mouse, the display order in the list can be changed.
Note, however, that the order of a project build target cannot be changed.

(2)

[Download file property] area

(a)

[Download file information]

This area is used to display or edit the download conditions of the file selected in the [Download file list] area.

It can also be used to specify the download conditions of new download files added via the [Add] button.

File

Specify the name of the file to download.

Default

File name (but it will be blank for newly added files)

Modifying

Directly enter from the keyboard, or specify with the Select Download File dialog box that is opened by clicking the [...] buttonNote 1 appears at right by selecting this item.

Available values

See "Table 2.2 Downloadable File Formats"

Up to 259 characters

File type

Specify the type of the file to download.

Default

Load module file

Modifying

Select from the drop-down list.

Available values

Load module file

Specifies a load module file (*.abs).

Hex file

Specifies an Intel HEX file (*.hex).

S-record file

Specifies a Motorola S-record file (*.mot).

Binary data file

Specifies an binary file (*.bin).

Offset

Specify the offset from the address at which the file's download is to start.

Note that this item appears only when [File type] or [S-record file] is set to [Hex file].

Default

0

Modifying

Directly enter from the keyboard.

Available values

0x0 to 0xFFFFF in hexadecimal number

Start address

Specify the address at which to start the file's download.

Note that this item appears only when [File type] is set to [Binary data file].

Default

0

Modifying

Directly enter from the keyboard.

Available values

0x0 to 0xFFFFF in hexadecimal number

Download object

Specify whether to download the object information from the specified file.

Note that this item appears only when [File type] is set to [Load module file].

Default

Yes

Modifying

Select from the drop-down list.

Available values

Yes

Downloads object information.

No

Does not download object information.

Download symbol information

Specify whether to download the symbol information from the specified fileNote 2.

Note that this item appears only when [File type] is set to [Load module file].

Default

Yes

Modifying

Select from the drop-down list.

Available values

Yes

Downloads symbol information.

No

Does not download symbol information.

Generate the information for

input completion

Select whether to generate the information for the Symbol name completion function when downloadingNote 3.

Note that this item appears only when [File type] is set to [Load module file].

Default

Yes

Modifying

Select from the drop-down list.

Available values

Yes

Generates the information for the symbol name completion function. (i.e. uses the symbol name completion function.)

No

Does not generate the information for the symbol name completion function. (i.e. does not use the symbol name completion function.)

Note 1.

When a file specified as build target in the project is selected in the [Download file list] area, or when the program is executing, the [...] button does not appear.

Note 2.

If the symbol information have not been downloaded, the source level debugging cannot be performed.

Note 3.

When [Yes] is selected, the time taken for downloading and the memory usage on the host machine will increase. We recommend selecting [No] in this item if you do not intend to use the symbol name completion function.

[Function buttons]

Button

Function

OK

Finishes configuring the download files, and closes this dialog box.

Cancel

Cancels any changes to the download files, and closes this dialog box.

Help

Displays the help for this dialog box.