
Page 6
Epson Research and Development
Vancouver Design Center
S1D13706
13706PLAY Diagnostic Utility
X31B-B-003-02
Issue Date: 01/02/23
F addr1 addr2 data...
Fills a specified address range with 8-bit data (bytes).
Where:
addr1
Start address of the range to be filled (hex).
addr2
End address of the range to be filled (hex).
data
Data to be written (hex). Data can be a list of bytes to be
repeated for the duration of the fill. To use decimal values,
attach a “t” suffix to the value. (e.g. 100t is 100 decimal)
FD addr1 addr2 data...
Fills a specified address range with 32-bit data (dwords).
Where:
addr1
Start address of the range to be filled (hex).
addr2
End address of the range to be filled (hex).
data
Data to be written (hex). Data can be a list of dwords to be
repeated for the duration of the fill. To use decimal values,
attach a “t” suffix to the value. (e.g. 100t is 100 decimal)
FW addr1 addr2 data...
Fills a specified address range with 16-bit data (words).
Where:
addr1
Start address of the range to be filled (hex).
addr2
End address of the range to be filled (hex).
data
Data to be written (hex). Data can be a list of words to be
repeated for the duration of the fill. To use decimal values,
attach a “t” suffix to the value. (e.g. 100t is 100 decimal).
H [lines]
Sets the number of lines of data that are displayed at a time. The display is halted after the
specified number of lines. Setting the number of lines to 0 disables the halt function and
allows the data to continue displaying until all data has been shown.
Where:
lines
Number of lines that are shown before halting the
displayed data (decimal value).
I
Initializes the S1D13706 registers with the default register settings as configured by the
utility 13706CFG. To initialize the S1D13706 with different register values, reconfigure
13706PLAY using 13706CFG. For further information on 13706CFG, see the 13706PLAY
User Manual, document number X31B-B-001-xx.