This function is a stub handler that is the default handler that gets called if the application has not setup a handler for a specific exception.
The function interface has to match the interface specified for a handler even though none of the arguments are used.
Prototype
void Xil_ExceptionNullHandler(void *Data);
Parameters
The following table lists the Xil_ExceptionNullHandler function arguments.
| Name | Description |
|---|---|
| Data | unused by this function. |