Sfl (save to flash memory), Ts (trace search) – Epson S5U1C63000A User Manual

Page 225

Advertising
background image

CHAPTER 8: DEBUGGER

S5U1C63000A MANUAL

EPSON

211

(S1C63 FAMILY ASSEMBLER PACKAGE)

sfl

(save to flash memory)

Function

This command writes the contents of the target memory in the ICE into the flash memory.
Writing to the flash memory allows the ICE to be operated in free-run mode. Furthermore, the next
debug session can be continued immediately from the current contents in the flash memory.

Format

(1) >sfl <content> [ ... <content>] [-p]

(direct input mode)

(2) >sfl

(guidance mode)

Protect flash memory

1. yes 2. no ...? <1 | 2>

Write program 1. yes 2. no ...? <1 | 2>

data

1. yes 2. no ...? <1 | 2>

fog

1. yes 2. no ...? <1 | 2>

sog

1. yes 2. no ...? <1 | 2>

mla

1. yes 2. no ...? <1 | 2>

Saving ...

>

<content>: Data type; p (program) / d (data) / f (fog) / s (sog) / m (mla)
-p:

Protect option

Examples

Format (1)

>sfl p d f s m -p

...Saves all contents and sets prorect.

Please wait few minutes
Save to flash memory ... done!
>

Format (2)

>sfl

Protect flash memory 1.yes 2.no ...? 1

... Protect is set.

Write program 1.yes 2.no ...? 1

... Write contents are selected.

data 1.yes 2.no ...? 1

fog 1.yes 2.no ...? 1

sog 1.yes 2.no ...? 1

mla 1.yes 2.no ...? 1

Please wait few minutes
Save to flash memory ... done!
>

If you enter only the [Enter] key in the middle of guidance, the guidance is terminated and only the
area you have selected up to that time is written into the flash memory.

Notes

• If the flash memory is write-protected, an error results and memory contents are not written to the

flash memory.

Error : flash ROM is protected

The write-protect can be removed by erasing the flash memory with the efl command.

Advertising