Maxim Integrated 6613_OMU_2+2S_URT_V100 User Manual
Page 18

6613_OMU_2+2S_URT_V1_00 Firmware Description Document
UG_6613_060
18
Rev. 1.1
The U command is used for updating default values of the CE Data permanently in the flash. Before
issuing the U command, CE must first be turned off by the
An example of a U command is as follows:
>CE0
>]U
Additional examples of CE Data Access commands are provided in the following table:
]
CE Data Access
Description:
Allows user to read from and write to CE data space.
Usage:
] {Starting CE Data Address}{option}…{option}
Command
Combinations:
]saddr?
Read 32-bit word in decimal.
]saddr??
Read two consecutive 32-bit words in decimal.
]saddr???
Read three consecutive 32-bit words in decimal.
]saddr$
Read 32-bit words in hex.
]saddr$$
Read two consecutive 32-bit words in hex.
]saddr$$$
Read three consecutive 32-bit words in hex.
]U
Update default version of CE Data in
FLASH. Important: The CE must be
stopped (CE0) before issuing this
command! Also, remember to restart
by executing the CE1 command prior to
attempting measurements.
Examples:
]40$
Reads CE data word at address location 0x40 in
the hex format.
]40$$
Reads CE data word at address location 0x40
and 0x41 in the hex format.
]40$$$
Reads CE data word at address location
0x40,0x41 and 0x42 in the hex format.
]40?
Reads CE data word at address location 0x40 in
the decimal format.
]40??
Reads CE data word at address location 0x40
and 0x41 in the decimal format.
]40???
Reads CE data word at address location
0x40,0x42 and 0x43 in the decimal format.
]7E=12345678
Writes 0x12345678 to CE address location 0x7E
in the hex format.
]7E=12345678=9876ABCD
and 0x9876ABCD to CE address location 0x7F
in the hex format.
]7E=+2255
Writes 2255 to CE address location 0x7E in the
decimal format.
]7E=+2255=-456
Writes 2255 to CE address location 0x7E and
-456 to CE address location 0x7F in the decimal
format.