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]
Other format: [Raw text]

Re: Program hangs after cyg_thread_create


On Thu, Nov 18, 2004 at 05:05:06PM +0200, Wayne Gemmell wrote:
> On Thursday 18 November 2004 16:58, Wayne Gemmell wrote:
> > Hi all
> >
> > My program that used to work hangs after calling cyg_thread_create. The
> > consol outputs the following
> >
> > Spurious Interrupt!!! - vector: 37, data: 0
> > I am working on  F35-XXL-SI-G8-1 from falcom.
> >
> > Has anyone got any ideas?
> >
> > Regards
> > Wayne Gemmell
> Sorry, my brains fried... Heres the offending code...
> 
>   cyg_thread_create(4,gps_proc, (cyg_addrword_t) 0,"GPS Thread",
>   (void *) stack[0],4096, &gps_thread, &thread_s[0]);

Any hardware attached to interrupt source 37?

        Andrew



-- 
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]