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 04:30:49PM +0100, Wolfram Kattanek wrote:
> >  cyg_thread_create(4,gps_proc, (cyg_addrword_t) 0,"GPS Thread",
> >  (void *) stack[0],4096, &gps_thread, &thread_s[0]);
>
> On a V850SB1 vector 37 is assigned to the serial1 interface.

Interesting. I would guess that the gps is attached via the serial
port? It could be the serial port is interrupting becasue of traffic,
but you have somehow got the serial driver setup wrong.

        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]