Question
Implement delay in microsecods using timer
Posted on January 21, 2015 at 11:57
Hi
I want to implement delay function using timer , as this has to be used with RTOS interrupt method is preffered and the Delay can vary from 500Microsec to 5.6Millisec. And this will be called at many location in the code the timer has to be restated again. I have created a program to achieve the same but not able to restart the Timer . Somebody please guide/tutor me about how to achive stop timer and restart it again?? I'm using STM32F2 ..... #stm32f4 #discovery #stm32f2 #timers