> However, the execution hangs when I use the couple > rt_task_set_periodic/rt_task_wait_period. > Methods such as "RTIME", rt_printf(), rt_task_set_periodic() do not hangs, > but my code seems to keep waiting on rt_task_wait_period(). > > I am aware someone had this issu...