Hi all.Below is the piece of code from STM32F10xFWLib_V2.0.3 /* System Handlers -----------------------------------------------------------*/
#define SystemHandler_NMI ((u32)0x00001F) /* NMI Handler */
#define SystemHandler_HardFault ...
@Tesla DeLoreanThanks a lot.Yes. the STM32F10xFWLib_V2.0.3 is the last package without the CMSIS.As an example, I have try to unpacked these bits as the NVIC_SetSystemHandlerPendingBit() did and understand the usages finally.You are right they did pa...