-->
Page 1 of 1

Using microseconds timer

PostPosted: Mon Nov 16, 2015 1:37 pm
by Atlantis
Please, explain me one thing.
How to use microseconds timer.

I am executing system_timer_reinit() at the begining of user_init() function.
I also defined USE_US_TIMER.
I am using os_timer_arm_us everytime, I need microseconds timer.

Are there any drawbacks? Can I still use normal, milliseconds timer in my code?