[ECOS] more detail about the previous question posted (arm e7t) -- how does the ctrlc happen when the serial port interrupt(ARM). Thanks
Qiang Huang
jameshq@liverpool.ac.uk
Wed Jan 29 16:51:00 GMT 2003
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
More information about the Ecos-discuss
mailing list