Everything

[Download File Settings] tab


This tab is used to display the detailed information categorized by the following and the configuration can be changed.

For details on the download function, see "2.6 Download/Upload Programs".

 

(1) [Download]

(2) [Debug Information]

[Description of each category]

(1)

[Download]

The detailed information on download is displayed and its configuration can be changed.

Download files

Specify the file to downloadNote 1.

The names of files to be downloaded and the download conditions are listed in the lower area.

Default

[Number of files to download]

Modifying

Specify with the Download Files dialog box.

The Download Files dialog box is opened by clicking the [...] button that appears at right edge of this field when you select this property (you cannot specify the file to download on this panel).

CPU Reset after download

Select whether to reset the CPU after downloading.

This property does not appear when the selected microcontroller always resets the CPU after downloading.

Default

Yes

Modifying

Select from the drop-down list.

Available values

Yes

Resets the CPU after downloading.

No

Does not reset the CPU after downloading.

Download Mode

(except [Simulator])

Select the download mode for downloading to the flash ROM.

Default

Speed priority

Modifying

Select from the drop-down list.

Available values

Speed priority

Fills free space between the first data and the final data with FFH.

Download speed will be faster because the writing data is reduced (default).

Data priority

Retains the previous value in free space.

Download speed will be very slow because data in free space are read once.

Erase flash ROM before download

(except [Simulator])

Select whether to erase the flash ROM before downloading.

Default

No

Modifying

Select from the drop-down list.

Note that changes cannot be made when the [Download Mode] property is set to [Data priority].

Available values

Yes

Erases the flash ROM before downloading.

No

Does not erase the flash ROM before downloading.

Automatic change method of event setting position

Select how to perform the setting again if the file is downloaded again, and the location (address) set for the currently set event changes to midway in the instructionNote 2.

Default

Suspend event

Modifying

Select from the drop-down list.

Available values

Move to the head of instruction

Sets the event to the top address of the instruction.

Suspend event

Disables the event (suspended state).

Check reserved area overwriting when downloading

[E1][E20]
[EZ Emulator][COM Port]

Select whether to output a message when overwriting to an area reserved for use by the emulator is attempted at the time of downloading.

Default

Yes

Modifying

Select from the drop-down list.

Available values

Yes

Outputs a message when overwriting to an area reserved is attempted.

No

Does not output a message when overwriting to an area reserved is attempted.

Specify code section name defined in FAA source file

Specify code section name defined in FAA source file.

This property only appears when the selected microcontroller supports this facility and the [Debug FAA] property in the [FAA] category on the [Connect Settings] tab is set to [Yes].

Default

Blank

Modifying

Directly enter from the keyboard.

Available values

Up to 32767 characters

Specify code section name defined in FAA source file

Specify code section name defined in FAA source file.

This property only appears when the selected microcontroller supports this facility and the [Debug FAA] property in the [FAA] category on the [Connect Settings] tab is set to [Yes].

Default

Blank

Modifying

Directly enter from the keyboard.

Available values

Up to 32767 characters

Note 1.

Files specified as build targets in a main project or sub-project cannot be deleted from the target files to download (These files are automatically registered as download files by default).
See "Table 2.2 Downloadable File Formats" for downloadable file format.

Note 2.

This property setting works only for the location setting of events without the debug information. The location setting of events with the debug information is always moved to the beginning of the source text line.

(2)

[Debug Information]

The detailed information on debugging is displayed and its configuration can be changed.

Execute to the specified symbol after CPU Reset

Select whether to execute the program to the specified symbol position after CPU reset.

Default

Yes

Modifying

Select from the drop-down list.

Available values

Yes

Executes the program to the specified symbol position after CPU reset.

No

Does not execute the program after CPU reset.

Specified symbol

Specify the position at which the program is stop after CPU reset.

This property appears only when the [Execute to the specified symbol after CPU Reset] property is set to [Yes].

Default

_main

Modifying

Directly enter from the keyboard.

Available values

Address expression from 0 to the "end address of the address space".

The upper limit size of the memory usage [Mbytes]

Specify the memory size to be used for reading the debug informationNote.

Default

500

Modifying

Directly enter from the keyboard.

Available values

Decimal number between 100 and 1000

Note

In some cases, lowering the upper limit may lead to poorer responsiveness since it leads to more frequent discarding and re-reading of debug information.