• 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.
  • 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 interface
    Hi, Is it possible to disable all standard peripherlas of 8051 while loading debugging? By default: Uart, Timers 0&1, ports, ints are enabled using -p51 switch with DP51.DLL in section "Debug"...
  • AGSI : External Interrupt Simulation
    Hi, We are using Evatronix R80C51XC2 device in our ASIC and trying to simulate the external interrupts from our custom peripheral dll. The chip is configured with 13 external interrupts. I understand...
  • 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...