<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" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif, "EmojiFont", "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;">
We  are currently running some experiments with RTEMS in SMP and were faced with some problems. We were hoping someone with a better understanding of the  operating system mechanisms could help us figure out what to do.<br>
<p style="margin-top:0; margin-bottom:0"></p>
<div>We are using the EDF (Earliest Deadline First) scheduler for RTEMS-SMP and the Rate Monotonic Manager.<br>
<br>
We were trying to run some periodic tasks that have a constrained deadline. (e.g., Task1 -  Deadline: 30 ticks - Period: 1000 ticks)<br>
The problem is that our  deadline does not correspond to the period of the task and so, we've  come to the conclusion that we needed to create 2 rate monotonic periods (one with the period and other with the deadline) in order to define the actual deadline
 of our task, but that would involve creating a third period to validate in the end the meeting of our actual deadline (because of details in the implementation).<br>
We would like to know if we are missing any vital information regarding the RTEMS in SMP that would make our development of this solution more practical and also, how is the dynamic priority of a task represented in the system using EDF and RMM?<br>
<br>
Thanks in advance,<br>
Ruben e Joel.</div>
<br>
<p></p>
</div>
</body>
</html>