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: Interrupt latency


Hi,

    i am using i386 PC based platform. and UART is 16c550 with FIFO is
disabled.i am not able to find out the interrupt latency for each
charecter that i received. could u please send me the rough figures if
any body calculated or having rough idea of how much it will be.

You'll need to measure it yourself as it's very system dependant. I've used a 'scope for this in the past.


For example, with a 25MHz i386EX doing nothing extra but timer interrupts and a trivial external interrupt whose handler does nothing but toggle a GPIO line I got the following results:

                 Typical  Maximum[*]
ISR latency/us        22       74
DSR latency/us       108       90

Throw in some ethernet traffic...

                 Typical  Maximum[*]
ISR latency/us        24       92
DSR latency/us       110      544

David Vrabel

[*] Maximum in about 1.2 million samples.
--
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/


_____________________________________________________________________ The message in this transmission is sent in confidence for the attention of the addressee only and should not be disclosed to any other party. Unauthorised recipients are requested to preserve this confidentiality. Please advise the sender if the addressee is not resident at the receiving end.

This message has been checked for all viruses by MessageLabs Virus Control Centre.

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