We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
Ahhhh......... Calling AgsiSetTimer in the init section does not work! Calling the set timer function in 'reset' does..... Ambiguous documentation...... But it is working now! ;-)