Skip to main content

TestWaitForvFlashStopped

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 TestWaitForvFlashStopped();

Description

Aborts the active flashing process and waits until the flashing has stopped.

Parameters

Return Values

  • 1: Success
  • 1020: Stop failed
other: please refer to enum vFlashStatusCode in Reusable\CAPL_Includes\vFlash\Utilities.cin

Example

TestWaitForvFlashReprogrammed