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: How to enable serial interrupt of 16550


I am using the same Serial driver written in ECOS for 16c550 serial controller. & Able to Communicate (transmit & Receive ) data on serial port but not able to Enable the interrupt for that same port. I want to implement serial communication on interrupt.
Do i need ti change any ecos settings to enable that perticuler serial interrupt.
 I tried to use function cyg_interrupt_create (....) &  cyg_interrupt_attach(..) with given ISR function but it is not working


Pls guide me to solve this problem


Aniket

>>> Nick Garnett <nickg@ecoscentric.com> 07/16/04 02:08PM >>>
"Aniket S Joshi" <aniketsj@myw.ltindia.com> writes:

> Hi All
> 
> I am using Hitachi SH3 7729 Evaluation Board with ECOS.
> i am tring to use COM1 port of the evaluation board.
> Able to send & receive characters using polling mode but not able to send or receive data using com1 serial interrupt.
> 
> pls guide me to solve this problem.
> 
> Thanks in Advance

You need to use the serial device driver for this board.  Take a look
at the documentation for details on how to enable it.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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



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