This is the mail archive of the ecos-discuss@sourceware.cygnus.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]

Using FIQ for ARM PID7t


Hi


We are using ECOS for our application.
We have configured ECOS for ARM PID7t board.

We have a query :

1) How do we route some hardware interrupt (say timer) to the  FIQ
vector of ARM using ECOS

We are able to attach a harware interrupt using the kernel APIs
cyg_interrupt_create / cyg_interrupt_attach but the interrupt gets
routed to IRQ. When we try to set the same interrupt for FIQ it doesn't
work.

It gives the following

Spurious Interrupts : vector : 0 data : 0


Regards Amlan


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