• AGSI
    WHY
  • a AGSI problem.
    I found that at Timer callback function which started by AGSI SetTimer function, can not reset itself. sample: Timer1Handle=CreateTimer(OnTimer1); SetTimer(Timer1Handle,1024); void OnTimer1...
  • Agsi questions
    Hello, I have two questions about Agsi dll. 1. I wrote small Agsi dll in Delphi and it's working. But, I dont known how to uncheck menuitem in UW2 (of Agsi dialog) when I manually close Agsi dialog...
  • One AGSI problem
    I found that at Timer callback function which started by AGSI SetTimer function, can not reset itself. sample: Timer1Handle=CreateTimer(OnTimer1); SetTimer(Timer1Handle,1024); void OnTimer1...
  • AGSI Interrupt for CortexM0+
    Can anyone help me to configure an interrupt for a CortexM0+ device via AGSI? I want to simulate a simple switch at one of the pins of the PORTD. Why can't I just call AgsiRequestInterrupt(31) to...