<div dir="ltr">Hello?<div>I'm the beginner of RTEMS and C language. </div><div><br></div><div>I'm trying to make rtems task to running given duration(execution time) and period.</div><div>I mean, I want to running like followings.</div><div>'task 1'  duration 10 ms and period is 10 ms.</div><div>'task 2'  duration 15 ms and period is 20 ms.</div><div><br></div><div>So, when I made tasks I give RTEMS_NO_PREEMPT | RTEMS_TIMESLICE for tasks mode.</div><div>But in this case, I can't give each time slice to each task.</div><div><br></div><div>Therefore I was try RTEMS timer for duration and rtems_task_wake_after for period.</div><div>I think timer triggered and timer handler called rtems_task_wake_after function then I can solve that problem. But it wasn't work.</div><div><br></div><div>How can i fix this thing.. Which method can i use for duration and period.</div><div>regards.</div><div><br></div><div><br></div><div><br></div><div><br></div></div>