PG-FP6 V1.06 7. Usage of Communications Commands
R20UT4469EJ0800 Rev.8.00 Page 119 of 188
Oct.01.21
7.5.24 read command
Reads data of the flash memory in the target device.
Input format
'read' ('skipblank') ('hex' | 'srec') ('all' | <start_address> <end_address>)
Description of the function
Reads data of the flash memory in the target device and outputs the data in the specified format.
If this command is executed without options, data in the range set in operation mode is read.
Caution: Do not issue this command if you are using HCUHEX files.
No option specified: Outputs data in the hexadecimal format.
skipblank: Reads data other than that in blank areas.
hex: Reads data with the Intel HEX format.
srec: Reads data with the Motorola HEX format.
all: Reads all readable areas in the target device.
start_address: Designates the start address (in block units) with a hexadecimal number.
end_address: Designates the end address (in block units) with a hexadecimal number.
Example of usage
Example of Communication Software Terminal Display
>read FE000000 FE0000FF
Read FE000000 to FE0000FF:
Press any key to start/continue output.
FE000000: FB F9 F1 F9 F1 31 37 B1 E9 FF F9 FF 20 74 F5 F5
FE000010: F9 F9 FB ED FF B5 F7 F7 69 B9 FB F9 71 A9 36 75
:
FE0000F0: 3D FF BF 9F 7D 7F 6F 7D 77 1F DF FF FF FF FF FF
PASS
Read operation finished.