Main Content

setECUAndXCPPage

Set memory pages used by XCP and ECU to selected memory page on real-time application

Since R2021b

Description

example

setECUAndXCPPage(target_object,page_num) sets the memory pages used by the Universal Measurement and Calibration Protocol (XCP) and the Engine Control Unit (ECU) to the selected memory page on a real-time application that is loaded on the target computer.

Examples

collapse all

Set the ECU and XCP calibration page to page 0.

 setECUAndXCPPage(tg, 0)

Input Arguments

collapse all

Provides access to methods that manipulate the target computer properties.

Example: tg

Selects the page number for the ECU and XCP calibration page.

Version History

Introduced in R2021b