So, software interrupts are not available, but is it possible to have hardware interrupts? I don't want to have to poll inputs, that's why I ask.
--- In
DynoMotion@yahoogroups.com, Tom Kerekes <tk@...> wrote:
>
> No Interrupts are not available to User Programs. You can get near interrupt response times because User programs execute in a very deterministic manner. See:
> Â
>
http://www.dynomotion.com/Help/Multitasking.htm> Â
> Consider using a function call instead of a software interrupt.
> Â
> TKÂ
>
> --- On Wed, 6/22/11, quelisto <quelisto@...> wrote:
>
>
>
From: quelisto <quelisto@...>
> Subject: [DynoMotion] Interrupts?
> To:
DynoMotion@yahoogroups.com> Date: Wednesday, June 22, 2011, 10:57 AM
>
>
> Â
>
>
>
> Are interrupts possible within the C program? I am hoping to use an event on an i/o port, or even software generated interrupts, to control program flow.
>