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: Problem with V850 serial interface


On Thu, Dec 02, 2004 at 04:36:18PM +0100, fazio@planetek.it wrote:
> Dear Andrew,
> I'm in Cristoforo Abbattista staff.
> We have redboot running on DEBUG port (dev/ser0).
> What do you mean when you say "putting a break point in the ISR/DSR"?

I mean see if the device is generating interrupts when it should
receive charactors. ie put a break point at v850_serial_ISR and
v850_serial_DSR and see if they get called. If they are called, narrow
it down a bit and see if you are getting Rx Interupts by placing the
breakpoint in the INT_Rx case of the switch statement in
v850_serial_DSR.

        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]