Xil_ExceptionInit - 2020.2 English

OS and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2020-11-24
Version
2020.2 English

The function is a common API used to initialize exception handlers across all supported arm processors.

For ARM v8-A, Cortex-R5, and Cortex-A9, the exception handlers are being initialized statically and this function does not do anything. However, it is still present to take care of backward compatibility issues (in earlier versions of BSPs, this API was being used to initialize exception handlers).

Note: None.

Prototype

void Xil_ExceptionInit(void);

Parameters

The following table lists the Xil_ExceptionInit function arguments.

Table 1. Xil_ExceptionInit Arguments
Name Description
None.

Returns

None.