AGSI software timers

We have wrote an AGSI DLL to extend the IDE debugger for our custom hardware.

The problem we have is get using AgsiCreateTimer amd AgsiSetTimer (with a small positive integer); is that our callback code _never_ gets called.

Are we missing something simple?

TIA

Parents
  • Please be sure to call AgsiCreateTimer only during the initialization of your AGSI DLL. The function AgsiSetTimer can then be used later on.

    With a simulated chip RESET, all software timers are disabled and must be set with another call to AgsiSetTimer.

    Also check the return values of these functions to see if the parameters are accepted.

    There are currently no known problems regarding these software timers.

Reply
  • Please be sure to call AgsiCreateTimer only during the initialization of your AGSI DLL. The function AgsiSetTimer can then be used later on.

    With a simulated chip RESET, all software timers are disabled and must be set with another call to AgsiSetTimer.

    Also check the return values of these functions to see if the parameters are accepted.

    There are currently no known problems regarding these software timers.

Children
More questions in this forum