[ECOS] cyg_user_start limitations

Gary Thomas gary@chez-thomas.org
Thu Jul 18 06:47:00 GMT 2002


On Wed, 2002-07-17 at 20:14, SASAKI@KOBELCO wrote:
> Hello Everyone,
> 
> I'm trying to execute some initial programs in cyg_user_start().
> But some functions(systemcall) are ignored.
> Does anyone know if cyg_user_start() has some limitations or not?

There are definitely restrictions here.  
  cyg_user_start() runs on the startup stack - typically small
  no interrupts or scheduling will happen until this function exits

What sort of things are you trying to do?
Look at the test programs for good examples of what can and should
be done within the various startup functions.


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss



More information about the Ecos-discuss mailing list