We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.