STM32F103xB HAL User Manual
Defines
Handler Fault type
CORTEX Exported Constants

Defines

#define LL_HANDLER_FAULT_USG   SCB_SHCSR_USGFAULTENA_Msk
#define LL_HANDLER_FAULT_BUS   SCB_SHCSR_BUSFAULTENA_Msk
#define LL_HANDLER_FAULT_MEM   SCB_SHCSR_MEMFAULTENA_Msk

Define Documentation

#define LL_HANDLER_FAULT_BUS   SCB_SHCSR_BUSFAULTENA_Msk

Bus fault

Definition at line 81 of file stm32f1xx_ll_cortex.h.

#define LL_HANDLER_FAULT_MEM   SCB_SHCSR_MEMFAULTENA_Msk

Memory management fault

Definition at line 82 of file stm32f1xx_ll_cortex.h.

#define LL_HANDLER_FAULT_USG   SCB_SHCSR_USGFAULTENA_Msk

Usage fault

Definition at line 80 of file stm32f1xx_ll_cortex.h.