• AGSI Interrupts
    The AGSI documentation states that all interrupt sources need to be declared within the AGSI DLL. Does this really mean 'all', or can the standard external interrupts IE0 and IE1 be left as they are...
  • Agsi Simulator Interface
    Is there any way to run the Keil simulator debugger without opening the Keil IDE. I mean is there any option to run the program from command line and capture the output of the program in a file.
  • AGSI
    WHY
  • 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...
  • AGSI TriggerReset disables interrupts.
    I am using the AGSI documentation ( http://www.keil.com/appnotes/docs/apnt_154.asp ) to create a watchdog timer for the Mentor M8051EW. Once the watchdog timer goes off it calls the AGSI function TriggerReset...