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]

RE: Serial port used by both RedBoot and a program


>>>>> "Fabrice" == Fabrice Gautier <Fabrice_Gautier@sdesigns.com> writes:

Fabrice> Ok for the isr and the ctrl-C stuff, but what happens about
Fabrice> diagnostic output that are sent throught the vector table to
Fabrice> the serial port ?

Diagnostic output is using polled IO. The virtual vectors are not
changed when the serial driver proper is initialized, only the
interrupt vectors. So the application can still use the virtual
vectors for diag output. Of course, if you have enabled the serial
driver, there's probably trouble ahead if you try to use the same
serial line for diag output.

Jesper



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