13 flash memory operation, Lfl (load from flash memory) – Epson S5U1C63000A User Manual

Page 223

Advertising
background image

CHAPTER 8: DEBUGGER

S5U1C63000A MANUAL

EPSON

209

(S1C63 FAMILY ASSEMBLER PACKAGE)

8.9.13 Flash Memory Operation

lfl

(load from flash memory)

Function

This command loads the memory contents from the flash memory of the ICE into the target memory.
It therefore allows you to debug the program beginning from the contents previously saved to the
flash memory up to latest one.

Format

(1) >lfl <content> [ ... <content>]

(direct input mode)

(2) >lfl

(guidance mode)

Read 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>

Loading ...

>

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

Examples

Format (1)

>lfl p

...Loads program data.

Loading from flash memory ... done!

Format (2)

>lfl

Read program 1.yes 2.no ...? 1

...Select the contents to be loaded.

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

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

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

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

Loading from flash memory ... done!
>

Notes

• If the flash memory is protected against read/write, an error will result and memory contents will not

be loaded into the target memory.

Error : flash ROM is protected

• If the flash memory has been erased, an error will result and memory contents will not be loaded into

the target memory.

Error : format error

Advertising