<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Dear all,</p>
<p><br>
</p>
<p>I am trying to understand the Rate Monotonic Manager. I think I am not understanding something.</p>
<p>As you can see in the attached file, I defined </p>
<div><i>#define CONFIGURE_MICROSECONDS_PER_TICK     1000000 /* Every 1 sec a tick */</i><br>
and I would like a task to be executed every 4 seconds: <i><span>rtems_rate_monotonic_period(periodid, 4);</span></i><br>
The strange thing is that the task is executed every 2 seconds.<br>
<br>
I read the user guide and, as I understand, in the first iteration of the while loop
<i><span>rtems_rate_monotonic_period</span></i> should not block. In the second iteration, instead, it should block for 4 sec minus the time used to perform the periodic actions. When this time expires, the 4 seconds period should start another time.<br>
<br>
Could anybody say to me what I am not understanding well please?<br>
<br>
Thank you another time,<br>
Agostino<br>
</div>
<p></p>
</div>
</body>
</html>