From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Amlan Chakraborty" To: ecos-discuss@sourceware.cygnus.com Subject: [ECOS] Using FIQ for ARM PID7t Date: Thu, 22 Jun 2000 00:03:00 -0000 Message-id: <3951BAA5.F2EE75CD@wipro.com> X-SW-Source: 2000-06/msg00239.html 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