Resolved! what is the meaning of the system handlers in STM32F10xFWLib_V2.0.3
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 ...