IBM ECS-320A Network Card User Manual


 
SERIAL INTERFACE DEVELOPERS GUIDE
For SubCode ERR_CROSSTALK:
ErrorData [0] Address of register being written to.
ErrorData [1] Address of register being tested for crosstalk.
ErrorData [2] Crosstalk register value.
ErrorData [3] Cross talk register test mask.
ErrorData [4] Not used.
For SubCode ERR_FPGA_MEMORY:
ErrorData [0] Value expected.
ErrorData [1] Value read from memory.
ErrorData [2] Test mask.
ErrorData [3] Memory address.
ErrorData [4] Not used.
6.6.4 Memory Test
This error is set during the testing of the controller utility memory.
Data from CameraConfig.camErrors:
ErrorCode: ERR_MEM_TEST define.
ErrorSubCode: a more specific description of the error from the following enumeration.
/* FPGA Test Error SubCodes (#define ERR_MEM_TEST 0x8004) */
enum
{
ERR_MEM_TEST_UNDEFINED = 0,
ERR_UTIL_RAMP_MAR_A,
ERR_UTIL_ZERO_MAR_A,
ERR_UTIL_RAMP_MAR_B,
ERR_UTIL_ZERO_MAR_B
};
ErrorCount: a count of the total number of errors since boot.
ErrorData [0] Value expected.
ErrorData [1] Value read back.
ErrorData [2] Test mask.
ErrorData [3] Lower 16 bits of memory address.
ErrorData [4] Upper 16 bits of memory address.
6.6.5 Force ‘0’ Test
This error is set during operational tests.
Data from CameraConfig.camErrors:
ErrorCode: ERR_FORCE_ZERO define.
ErrorSubCode: No subcode.
ErrorCount: a count of the total number of errors since boot.
ErrorData [0] Value expected (0x0000).
33