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: FIQ on ARM processor


Arnaud Mouiche wrote:
> 
> Hi.
> 
> when reading vector.s, it looks like ecos deal with FIQ like it deals with
> IRQ. Does it means there is no advantage to use FIQ than IRQ.

Yes there is. FIQs are defined for very fast interrupts. If you choose to
use the "standard" eCos interrupt handling mechanism then this somewhat
defeats this, so there is no point eCos trying to handle FIQ differently.

But you can still attach your own VSR (written in assembler) to FIQ.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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