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