71M6534H Demo Board User’s Manual
Page: 18 of 86
© 2005-2007 TERIDIAN Semiconductor Corporation
V2-0
Commands to Display Help on the CLI Commands:
?
HELP
Comment
Description:
Command help available for each of the options below.
Command
combinations:
?
Command line interpreter help menu.
?]
Display help on access CE data RAM
?)
Display help on access MPU RAM
?,
Display help on repeat last command
?/
Display help on ignore rest of line
?C
Display help on compute engine control.
?CL
Display help on calibration.
?EE
Display help on EEPROM control
?ER
Display help on error recording
?I
Display help on information message
?M
Display help on meter display control
?MR
Display help on meter RMS display control
?R
Display help on SFR control
?RT
Display help on RTC control
?T
Display help on trim control
?W
Display help on the wait/reset command
?Z
Display help on reset
Examples:
??
Display the command line interpreter help menu.
?C
Displays compute engine control help.
Commands for CE Data Access:
]
CE DATA ACCESS
Comment
Description:
Allows user to read from and write to CE data space.
Usage:
] [Starting CE Data Address] [option]…[option]
Command
combinations:
]A???
Read consecutive 16-bit words in Decimal, starting at
address A
]A$$$
Read consecutive 16-bit words in Hex, starting at
address A
]A=n=n
Write consecutive memory values, starting at address
A
]U
Update default version of CE Data in flash memory
Example:
]40$$$
Reads CE data words 0x40, 0x41 and 0x42.
]7E=12345678=9876ABCD
Writes two words starting @ 0x7E
All CE data words are in 4-byte (32-bit) format. Typing ]A? will access the 32-bit word located at the byte
address 4 * A = 0x1028.