4.15 CLASSB_SRAM_Callback
Function
static void CLASSB_SRAM_Callback(uint32_t status, uintptr_t context);
Summary
This function is used for interrupt callback.
Description
This function will be triggered when a single fault error detected by SRAM ECC. Default implementation of this function is available in classb.c file. The function contains an infinite loop. Further code shall be added as per the application need.
Precondition
None.
Parameters
status - Status which needs to be checked
context - Context of the callback
Returns
None.
Example
CLASSB_SRAM_Callback(status, context);
Remarks
The application decides the contents of this function. This function must not return.