Hey.
I read ARMv7-M Arch manual.
SHCSR register have SVCALLPENDED bit.
So that, It seem SVC is pendable.
But, 'Priority escalation' is written,
When the group priority of a pending synchronous fault or supervisor call is lower than or equal to thecurrently executing priority, inhibiting normal preemption. This applies to all synchronous exceptions, bothfaults and SVCalls.
This seem SVC is not pendable.
Is SVC pendable? If true, how behaver?