Concept Flow - PendSV and SysTick exceptions
SysTick Timer Counts Down
SysTick Exception Triggered
SysTick Handler Executes
PendSV Exception Set Pending
PendSV Exception Triggered
PendSV Handler Executes
Context Switch or Deferred Task
Return
SysTick counts down and triggers its exception, which can set PendSV pending. PendSV runs later to handle context switching or deferred tasks.