Resolved! INVPC occurs when SVC Handler returns
I use STM32F1 Value Line Discovery Kit.I want to write SVC handler.If I implement the following, invpc occurs when running 「POP PC�?in Line 38.Caller -------------------------------- __asm volatile(" SVC %0 \n" : : "I" (2)); ...