<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2017-07-30 3:10 GMT+02:00 Joel Sherrill <span dir="ltr"><<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><span class="gmail-"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On Jul 29, 2017 8:02 PM, "Denis Obrezkov" <<a href="mailto:denisobrezkov@gmail.com" target="_blank">denisobrezkov@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail-m_1295824679783985313quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><div class="gmail-m_1295824679783985313quoted-text">2017-07-30 2:34 GMT+02:00 Joel Sherrill <span dir="ltr"><<a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div><br><div class="gmail_extra">Sorry to top post but this thread is very deep to answer on a phone.</div><div class="gmail_extra" dir="auto"><br></div><div class="gmail_extra" dir="auto">Try looking at the same code on the erc32 bsp and see how it is done.</div><div class="gmail_extra" dir="auto"><br></div><div class="gmail_extra" dir="auto">Also you could disable the atexit() call and see how.much further you get.</div><div><div class="gmail-m_1295824679783985313m_-4972195601553555919gmail-h5"><div class="gmail_extra" dir="auto"><br><div class="gmail_quote" dir="auto"><br></div></div></div></div></div></div></blockquote></div><div>Ok, I will look at erc32 bsp.</div><div>I have removed atexit call, now I can proceed further, till the while(1) loop in the low ticker test.</div><div>But the Dummy Clock doesn't tick.</div><div>So, I again get the output:</div><div>*** LOW MEMORY CLOCK TICK TEST ***</div><div>TA1  - rtems_clock_get_tod - 09:00:00   12/31/1988</div><div>TA2  - rtems_clock_get_tod - 09:00:00   12/31/1988</div><div>TA3  - rtems_clock_get_tod - 09:00:00   12/31/1988</div></div></div></div></blockquote></div></div></div><div dir="auto"><br></div></span><div dir="auto">Low ticker has its Init task become the idle task. Your clock driver simulator thread is likely never running. </div><div dir="auto"><br></div><div dir="auto">Try turning that option off in the test</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail-m_1295824679783985313quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><font color="#888888"><div>  </div></font></div><span class="gmail-HOEnZb"><font color="#888888"><font color="#888888"><div><br></div>-- <br><div class="gmail-m_1295824679783985313m_-4972195601553555919gmail_signature">Regards, Denis Obrezkov</div>
</font></font></span></div></div>
</blockquote></div><br></div></div></div>
</blockquote></div><br>I tried it, but I had an error </div><div class="gmail_extra"><div class="gmail_extra">../../../../../hifive1/lib/include/rtems/confdefs.h:3586:2: error: #error "CONFIGURATION ERROR: No initialization tasks or threads configured!!"</div><div class="gmail_extra"> #error "CONFIGURATION ERROR: No initialization tasks or threads configured!!"</div><div><br></div><div><br></div><div><br></div>-- <br><div class="gmail_signature">Regards, Denis Obrezkov</div>
</div></div>