Disable Timers to avoid timing jitter?

Hello,

is there a way to disable internal timers to avoid execution time jitter?
In my application it is crucial that the execution time of the code is reproducible and stable, timer interrupts might introduce jitter as they will (from time to time) execute additional code.

Thanks and best regards,
Stefan

Disabling it will render some functions unusable.The system tick-tock timer is also stable.

Hello Baozhu,

thanks for the feedback, I’ll have to do some more in depth analysis of the jitter to get a better understanding if it causes a problem in my application. Basically I want to run my code without any external interference by timer interrupts.

I’ll post the results of my analysis in the forum.

All the best,
Stefan