This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

twothreads example problem


Hi all,

I'm a newbie to eCos.
I'm trying to run the twothreads example on my ARM7TDMI (lpc2119). I
tried to run it even with only one thread (allocated a stack only for
it).
cyg_user_start() runs , however the thread never resumes, and all I
get is an infinite loop of the entire startup sequence.

What can be the reason for this?
I'm using the default configuration with some minor adjustments.
Could it be that I don't have enough RAM (16k)?
I added prints to the startup function, and the scheduler
initializtion is called as expecter, however with no effects.

Thank you

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]