Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Open topic with navigation

resetFlexRayCC

CAPL Functions » FlexRay » resetFlexRayCC Valid for: CANoe DE

Note

The resetting of the FlexRay communication controller takes considerable time (approx. up to 100 ms). During this time, the complete execution including any remaining bus simulation is halted/suspended. Also bus events from other buses are not recognized. Therefore this function should only be used in one channel configurations. For an alternative functionality see Example 2.

Function Syntax

void resetFlexRayCC (int channel);

Description

This function initializes the FlexRay Communication Controller (CC) and begins a new start-up phase for the cluster or a new integrations phase in the cluster - depending on whether a start-up frame is to be sent or not.

Parameters

  • channel: FlexRay channel (cluster number).

Return Values

Example