5.1.74. Internal RAM test error (psc_InternalRamTestError)

Get the recoverable error information for the ECU's free running internal RAM test.

5.1.74.1. Supported targets

M670-000

5.1.74.2. Required license

None (Main library). (See Section 2.3, “Licensed Features”.)

5.1.74.3. Description

Gets the recoverable error status of the ECU's internal RAM test as well as the address of the last error.

5.1.74.4. Inports

  • sim_error_detected

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport error_detected is set to the value of this inport for simulation purposes.

    Range: [0, 1]

  • sim_error_address

    Only used under simulation and when the parameter Provide simulation inports is ticked. The outport error_address is set to the value of this inport for simulation purposes.

    Range: [0, 4294967295]

5.1.74.5. Outports

  • error_detected

    1 when a recoverable memory test error has been detected, 0 otherwise. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [0, 1]

  • error_address

    The internal memory address where a recoverable error has been detected. The outport is only valid if error_detected is 1. Under simulation, if the Provide simulation inports parameter isn't ticked, the outport is set to the minimum of its range. The signal attached to the outport must be set as ExportedGlobal.

    Range: [0, 4294967295]

5.1.74.6. Mask parameters

5.1.74.7. Notes

Unrecoverable memory test errors are reported by the put_Reset block.