Ce data access commands, Single register ce access, Consecutive ce reads – Maxim Integrated 6613_OMU_2+2S_URT_V100 User Manual
Page 17: Ce data write, U command

UG_6613_ 060
6613_OMU_2+2S_URT_V1_00 Firmware Description Document
Rev. 1.1
17
4.7 CE Data Access Commands
The CE is the main signal processing unit in the 78M6613. The user writes to the CE data space are
mainly for calibration purposes. For the advanced user, details of CE data access commands are
described. The commands similar to the MPU access except that ] is used for the CE data access
command.
The host requests access to information from the CE data space using the CE data access command
which is a right bracket:
]
To request information, the host sends the CE data access command, the address location (in hex), the
format in which the data is desired (hex or decimal) and a carriage return. The contents of the addresses
that would be requested by the host are contained in
The host can request the information in hex or decimal format. $ requests information in hex and ?
requests information in decimal.
4.7.1 Single Register CE Access
An example of a command requesting the calibration constant for current (located at address 0x08) in
decimal is as follows:
>]08?
An example of a command requesting the calibration constant for current (located at address 0x08) in hex
is as follows:
>]08$
4.7.2 Consecutive CE Reads
The host can request information from consecutive addresses by adding additional ? for decimal or
additional $ for hex.
An example of requests for the contents in decimal of ten consecutive addresses starting with 0x08 would be:
>]08??????????
An example of requests for the contents in hex of ten consecutive addresses starting with 0x08 would be:
>]08$$$$$$$$$$
Note: The number of characters per line is limited to 60 characters. Any character beyond the 60
character limit will be ignored by the CLI command interpreter.
4.7.3 CE Data Write
An example of a command writing to calibration constant for current (located at address 0x08) in decimal
is as follows:
>]08 = +16384
An example of a command writing to calibration constant for current (located at address 0x08) in hex is as
follows:
>]08=4000
4.7.4 U Command