Not perfect, but you could try something like:Disable SysTick ExceptionRead SYST_CSR.COUNTFLAG.Clear SYST_CSR.TICKINT to 0.Re-enable SysTick ExceptionRe-read SYST_CSR.COUNTFLAG.If COUNTFLAG was set, write 1 to ICSR.PENDSTSET.Set SYST_CSR.TICKINT back to 1.hths.