[ECOS] FIQ on ARM (ATMEL EB40A)

Andrew Lunn andrew.lunn@ascom.ch
Thu Sep 5 06:33:00 GMT 2002


> Does anyone already succeed in implementing the FIQ like an IRQ, or in
> another manner?

What we have done is install a VSR on the FIQ. This worked well. The
hard part was kicking off a DSR from the VSR. We only needed this 1 in
every 8 FIQ. We cheated in the end. The interrupt control had a
register you can write to to cause interrupts. So our VSR kicked off
an ISR when we needed a DSR.

   Andrew

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