93 testramaddr, Testramaddr, Motload commands – Artesyn MOTLoad Firmware Package User's Manual (February 2015) User Manual

Page 179

Advertising
background image

MOTLoad Commands

MOTLoad Firmware Package User’s Manual (6806800C24D)

179

3.1.93 testRamAddr

Name

testRamAddr—assures addressability of memory, using a memory test block. Addressing
errors are sought by using a memory location address as the data for that location. This test
proceeds as follows: (1) A Locations Address is written to its location (n). (2) The next location
(n+4) is written with its address complemented. (3) The next location (n+8) is written with the
most significant (MS) 16 bits and least significant (LS) (4) Steps 1, 2, and 3 are repeated
throughout the memory block. (5) The memory is read and verified for the correct data
pattern(s) and any errors are reported. (6) The test is repeated using the same algorithm as
above (steps 1 through 5) except that inverted data is used to insure that every data bit is
written and verified at both "0" and "1".

Note: testRamAddr only tests memory in blocks, thus specifying a memory area size that is
not a multiple of the block size results in part of the memory area being untested.

Synopsis

testRamAddr [-a] [-b] [-i] [-n] [-t] [-v]

Parameters

-a Ph: Address to Start (Default = Dynamic Allocation)

-b Ph: Block Size (Default = 16 KB)

-i Pd: Iterations (Default = 1)

-n Ph: Number of Bytes (Default = 1 MB)

-t Pd: Time Delay Between Blocks in OS Ticks (Default = 1)

-v 0: Verbose Output

Example

The following example indicates a typical display when using the testRam command.

MOTLoad> testRamAddr -v

Executing RAM Addressing: PASSED

Advertising