We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello
How can I know how many ticks the os_mbx_wait function slept before the message has been received? So when the return code is OS_R_MBX, how can I calculate the wait period?
Regards
Have you read this? (and following pages....) Common timeslice is 10ms ... but changeable. http://www.keil.com/support/man/docs/rlarm/rlarm_ar_timer_tick.htm
.
And You can use (like Per said) an own timer with interrupt beside RTX.
Finally I have used TIM1.
Thanks