<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><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 class="gmail_extra"><div class="gmail_quote"><div><div class="gmail-h5"><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 class="gmail_extra"><br>I can see that during task initialization I have a call:</div><div class="gmail_extra"><span class="gmail-m_4666396122888093712gmail-"><div class="gmail_extra"> _Thread_Initialize_informatio<wbr>n (information=information@entry<wbr>=0x80000ad4 <_RTEMS_tasks_Information>, the_api=the_api@entry=OBJECTS_<wbr>CLASSIC_API, the_class=the_class@entry=1, maximum=124, </div><div class="gmail_extra">    is_string=is_string@entry=fals<wbr>e, maximum_name_length=maximum_na<wbr>me_length@entry=4)</div><div><br></div></span><div>And maximum is 124, but I have a configuration parameter:</div><div><div>#define CONFIGURE_MAXIMUM_TASKS             4</div></div></div></div></blockquote><div><br></div></div></div><div>I can't imagine any standard RTEMS test configuring that many tasks. </div><div>Is there a data corruption issue?</div><div><br></div><div>124 = 0x7c which doesn't ring any bells for me on odd memory issues.</div><div><br></div><div>What is the contents of "Configuration_RTEMS_API"?<br></div></div></div></div></blockquote><div>Oh, I change my configuration options a bit, they are: </div><div><div>  #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER</div><div>  #define CONFIGURE_APPLICATION_DISABLE_FILESYSTEM</div><div>  #define CONFIGURE_DISABLE_NEWLIB_REENTRANCY</div><div>  #define CONFIGURE_TERMIOS_DISABLED</div><div>  #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 0</div><div>  #define CONFIGURE_MINIMUM_TASK_STACK_SIZE 512</div><div>  #define CONFIGURE_MAXIMUM_PRIORITY 3</div><div>  #define CONFIGURE_DISABLE_CLASSIC_API_NOTEPADS</div><div>  #define CONFIGURE_IDLE_TASK_BODY Init</div><div>  #define CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION</div><div>  #define CONFIGURE_TASKS 4</div><div><br></div><div>  #define CONFIGURE_MAXIMUM_TASKS             4</div><div>  </div><div>  #define CONFIGURE_UNIFIED_WORK_AREAS</div></div><div><br></div><div>Also it is the test from a lower ticker example. </div><div>Configuration_RTEMS_API with -O0 option: </div><div><div class="gmail_extra"><div class="gmail_extra">{maximum_tasks = 5, maximum_timers = 0, maximum_semaphores = 7, maximum_message_queues = 0, maximum_partitions = 0, maximum_regions = 0, maximum_ports = 0, maximum_periods = 0, </div><div class="gmail_extra">  maximum_barriers = 0, number_of_initialization_tasks = 0, User_initialization_tasks_table = 0x0}<br></div><div class="gmail_extra"><br></div>with -Os option:</div><div class="gmail_extra"><div class="gmail_extra">{maximum_tasks = 124, maximum_timers = 0, maximum_semaphores = 7, maximum_message_queues = 0, maximum_partitions = 0, maximum_regions = 0, maximum_ports = 0, maximum_periods = 0, </div><div class="gmail_extra">  maximum_barriers = 0, number_of_initialization_tasks = 0, User_initialization_tasks_table = 0x0}</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></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"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><span class="gmail-"><div> </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 class="gmail_extra"><div><br></div><div>It seems that other tasks are LIBBLOCK tasks.</div><div><br></div><div>Also, this is my Configuration during run:</div><div><div>(gdb) p Configuration.stack_space_size<wbr> </div><div>$1 = 2648</div><div>(gdb) p Configuration.work_space_size  </div><div>$2 = 4216</div><div>(gdb) p Configuration.interrupt_stack_<wbr>size </div><div>$3 = 512</div><div>(gdb) p Configuration.idle_task_stack_<wbr>size </div><div>$4 = 512</div></div></div></div></blockquote><div><br></div></span><div>That looks reasonable. Add CONFIGURE_MAXIMUM_PRIORITY and set it to 4. That should</div><div>reduce the workspace.</div><div><br></div><div> long term, we might want to consider lowering it permanently like one of the Coldfires </div><div>had to. Or change the default scheduler to the Simple one to save memory.</div><div><br></div></div></div></div></blockquote><br class="gmail-Apple-interchange-newline"><div>I haven't dealt with the Scheduler option yet. </div><div><br></div></div></div><div class="gmail_extra"><div><br></div><div><br></div>-- <br><div class="gmail_signature">Regards, Denis Obrezkov</div>
</div></div>