You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am merging IAR source cdoe to LK. In the IAR it is possible to use SysTick_Handler(void). But I have conformed that _systick(void) is used by LK kernel. I need to use systick or timer for system. I fount out that LK has the timer function like as platform_set_oneshot_timer() or platform_set_periodic_timer. How can I use it? Please give me the example or information.
The text was updated successfully, but these errors were encountered:
I am merging IAR source cdoe to LK. In the IAR it is possible to use SysTick_Handler(void). But I have conformed that _systick(void) is used by LK kernel. I need to use systick or timer for system. I fount out that LK has the timer function like as platform_set_oneshot_timer() or platform_set_periodic_timer. How can I use it? Please give me the example or information.
The text was updated successfully, but these errors were encountered: