Hi I tried to use the FIT (Fixed Interrupt Timer) on my PPC405GPr board, which uses 0x1010 as its interrupt vector in a user space (vxworks-skin) application. <..> RT_INTR FITnterrupt; res = rt_intr_create(&FITnterrupt, 0, 0x1010, I_NOAUTOENA); <..> But I got -22 EINVAL as error. Could somebody please tell me, what is wrong with my example. I would like to have as little as possible code in the kernel and handling the whole interrupt in a RT (vxworks-skin) user space task.
And how do I have to handle the case, where my interrupt handler is only interested in one of external interrupts of the PPC405? A good answer would enable me to publish afterwards a working example code. Best regards. -- Niklaus Giger _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
