Using microseconds timer
Posted: Mon Nov 16, 2015 1:37 pm
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?
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?