24systemGet_Fault_SP (
__attribute__ ((unused)) uint32_t faultLR);
__attribute__((naked))
This function will get the fault Stack Pointer and call the fault handler.
__attribute((naked)) uint32_t *systemGet_Fault_SP(__attribute__((unused)) uint32_t faultLR)
Returns the Stack Pointer after a fault.
__attribute__((naked)) void HardFault_Handler()
This function will get the fault Stack Pointer and call the fault handler.
void systemHandle_Fault(uint32_t *faultSP)
This function will handle a system fault. The default behavior is to log the fault SP to non-volatile...
Memory-mapped register addresses and hardware access macros for the STM32F411VET6.