Re: Problem when testing the "ex_isr" example on an ARMv7 Cortex-A9 based board.
Adam Lackorzynski <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Thu Nov 12, 2015 at 11:34:02 +0100, Mahdi Aichouch wrote: > I tried to run the "ex_isr" example on a Freescale i.MX6 Quad Cortex A9 > Sabre SD board. > > And I got an error saying: "Binding IRQ1 to the ICU failed". > > Does someone has an idea of what might be wrong. The example attaches to interrupt 1 of the given ICU. On the imx6 the interrupt 1 is not available. On this platform you could try, for example, interrupt 90, which is a GPIO interrupt (see the reference manual). Adam -- Adam [email protected] Lackorzynski http://os.inf.tu-dresden.de/~adam/