Hello,
I like to get the current time with a kernel_timer. So I use the function k_uptime_get().
However,with each call the timer starts again from the beginning (from 0).Is there a method how i can bypass that it starts again from 0.
Hello,
I like to get the current time with a kernel_timer. So I use the function k_uptime_get().
However,with each call the timer starts again from the beginning (from 0).Is there a method how i can bypass that it starts again from 0.
Thank you. I find the problem and solve it.
Thanks anyway
Good to hear that you were able to solve it Tal!
Are you able to share how you solved your problem?
I just call the function k_uptime_get one time in my code. Thats why I get the same time, when I print the time