Skip to main content

TestWaitForvFlashReprogrammed

Valid for: CANoe DE Note With the following function(s) a CAPL program can use vFlash to program an ECU. vFlash has to be installed on the system running the RT kernel. See also: vFlash Automation (Sample Configuration).

Function Syntax

long TestWaitForvFlashReprogrammed();

Description

Starts the flashing process and waits until it has finished.

Parameters

Return Values

  • 1: Success
  • 1030: No project is loaded, e.g. loading a project has failed
Other: please refer to enum vFlashStatusCode in Reusable\CAPL_Includes\vFlash\Utilities.cin

Example