<div dir="ltr"><div>If you look at rtems_init.c file in that folder (<<a href="https://git.rtems.org/ada-examples/snapshot/ada-examples-4-10-2.tar.bz2" target="_blank">https://git.rtems.org/ada-examples/snapshot/ada-examples-4-10-2.tar.bz2</a>>), you can see that there is no time of day. I thought it was ok since I'm running an example.</div><div><br></div><div>Anyway, I've added time of day in rtems_init.c with these values: <a href="https://github.com/RTEMS/rtems-examples/blob/master/classic_api/triple_period/init.c#L39">https://github.com/RTEMS/rtems-examples/blob/master/classic_api/triple_period/init.c#L39</a>. </div><div>I've also set it with <span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">status = </span><span class="gmail-pl-c1" style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">rtems_clock_set</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">( &</span><span class="gmail-pl-c1" style="box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre">time</span><span style="color:rgb(36,41,46);font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:12px;white-space:pre"> ) , </span>but the behaviour does not change.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Il giorno mar 26 gen 2021 alle ore 23:44 Joel Sherrill <<a href="mailto:joel@rtems.org">joel@rtems.org</a>> ha scritto:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jan 26, 2021 at 4:37 PM Mattia Bottaro <<a href="mailto:mattiabottaro9@gmail.com" target="_blank">mattiabottaro9@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div><br></div>I'm testing the delay_until example from ada-examples-4-10-2. You can download it from <<a href="https://git.rtems.org/ada-examples/snapshot/ada-examples-4-10-2.tar.bz2" target="_blank">https://git.rtems.org/ada-examples/snapshot/ada-examples-4-10-2.tar.bz2</a>>.<br><div><br></div><div>It seems that the delay until has no effect. The program executes the main loop ASAP and no suspension is performed.  Given a period of 16_666_667, 1000 iterations should complete in 16.67 seconds, but they actually complete instantly.</div><div>Is anyone experiencing the same problem?</div><div><br></div><div>I'm using RTEMS 4.11.</div></div></blockquote><div><br></div><div>Is the time of day set? What is the time of day and what is the until time?</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
_______________________________________________<br>
users mailing list<br>
<a href="mailto:users@rtems.org" target="_blank">users@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/users</a></blockquote></div></div>
</blockquote></div>