5.1.77. Internal ROM test progress (psc_InternalRomTestProgress)

Get the progress information for the ECU's free running internal ROM test.

5.1.77.1. Supported targets

M670-000

5.1.77.2. Required license

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

5.1.77.3. Description

Gets the start address, end address, and current address of the ECU's internal ROM test. The test checks a fixed number of internal memory segments during each iteration of the model. The test starts over once it reaches the end address.

5.1.77.4. Inports

  • sim_start_address

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

    Range: [0, 4294967295]

  • sim_end_address

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

    Range: [0, 4294967295]

  • sim_current_address

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

    Range: [0, 4294967295]

5.1.77.5. Outports

  • start_address

    The first address of the internal memory test. 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]

  • end_address

    The last address of the internal memory test. 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]

  • current_address

    The current address of the internal memory test. 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.77.6. Mask parameters

5.1.77.7. Notes

None.