André,

Technically, you should be able to call functions (directly or indirectly)
in any point of your program. AFAIK, there are only a subset of RTEMS
directives you shouldn't call from an ISR.
What kind of error have you got? BSP?

--Wendell.



2014-06-30 13:47 GMT-03:00 Andre Marques <andre.lousa.marq...@gmail.com>:

> Hello,
>
> I am trying to call a function through a function pointer from an
> interrupt handler, but I am not sure if this is even possible as the system
> hangs at that point. If not, is there any way in RTEMS to have that
> function executed outside the isr?
>
> Thanks,
> André Marques.
>
>
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to