This is the mail archive of the ecos-discuss@sourceware.org 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]

Modification to packages\devs\serial\generic\16x5x\current\src\ser_16x5x.c


When I use CYGPKG_IO_SERIAL_GENERIC_16X5X as driver of LPC2XXX's embedded
DUART module.
I find the module doesn't generate ISR_Tx interrupt after enable IER_XMT, so
the transmit operation never start.
So I try transmitting in pc_serial_start_xmit() to trigger the ISR_Tx
intertupt, then it works well.
Should it be patched? Just FYI.:)

Attachment: ser_16x5x.c
Description: Text document

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