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,
if I use several threads in RTX V5 I can pass control to another thread if I call a function like osDelay(), osThreadYield() etc.
If the thread does not pass control to another thread, the round-robin-timeout passes control to another thread.
Can I trigger on such a round-robin-timeout event?
Thank you.
Sounds like a job for: EventRecorder! Check out http://www2.keil.com/mdk5/cmsis/rtx/rtos-awareness, which shows events from thread preemption.