This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: follow up on UITRON wierdness..



> 	well I've tracked down my problem from yesterday.. (after 6 hrs)..
> 
> [ stuff deleted ]
> 
> All priority level 1... all tasks are equal ... with this is messes up ..
> 
> chaning the pri levels to 1,2,3,4,5 works fine ..
> 
> someone from RH want to tell me why? it doesn't seem to be mentioned
> anywhere ...

Are you using the bitmap scheduler or the multi-level queue scheduler?
If you're using the bitmap scheduler, each task must have a different
priority.  I saw this reading the eCos reference manual, in the Kernel
source files section under 'sched/bitmap.cxx'.

	-Matt


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