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]

more detail about the previous question posted (arm e7t) -- how does the ctrlc happen when the serial port interrupt(ARM). Thanks


Take the ARM E7T for example.

in the serial drive package(e7t)
in function e7t_serial_init( )(which will be called when bootup)  it creat
interrupts for transmit and receive by 1)cyg_drv_interrupt_create(xxx) and
2). cyg_drv_interrupt_attach(xxx),  so will the hal_default_isr( ) in the
hal_interrupt_handlers table entry get overwritten to the ISR of the serial
port which specified in the cyg_drv_interrupt_attach(xxx)? if so how can the
CTRLC be supported? Thanks a lot


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]