Maxim Integrated 6613_PSU_1+1S_URT_v1_00 User Manual
Page 11

UG_6613_ 040
6613_PSU_1+1S_URT_V1_00 Firmware Description Document
Rev. 1.0
11
)U
Updates the default values of the MPU Data
permanently in the flash.
Examples:
)08$
Reads data word at MPU address location 0x08
in hex format.
)08$$
Reads data words at MPU address location
0x08, 0x09 in hex format.
)08$$$
Reads data words at MPU address location
0x08, 0x09, 0x0A in hex format.
)28:4D$
Read data words in hex.
)08?
Reads data word at MPU address location 0x08
in decimal format.
)08??
Reads data words at MPU address location
0x08, 0x09 in decimal format.
)08???
Reads data words at MPU address location
0x08, 0x09, 0x0A in decimal format.
)28:4D?
Read data words at MPU address location
starting 0x28 to 0x4D in decimal.
)04=12345678
Writes 0x12345678 to MPU address location
0x04 in the hex format.
)04=12345678=9876ABCD
Writes 0x12345678 to MPU address location
0x04 and 0x9876ABCD at MPU address location
0x05 in the hex format.
)04=+123
Writes 123 to MPU address location 0x04 in the
decimal format.
)04=+123=-334
Writes 123 to MPU address location 0x04 and
-334 to MPU address location 0x05 in the
decimal format.