This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Debugging problem

Hi Emmanuel,

sorry for opening a new thread. It was not possible to add this final comment to that thread. 

It does not seem to be necessary to recreate the whole timer. I created a one-shot  timer in my application as you suggested and then added these lines in the ISR:

       Timer_setPeriodMicroSecs(hTimerT3, DeltaT); // stops timer

       Timer_start(hTimerT3);    

The downside is that these 2 lines require 384µs (at least in my project).

So this delay has to be taken into consideration.

But if the required period is not too short that should be ok.

Thanks for your help!

Regards,

Martin H.