User guide

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