• AGSI
    WHY
  • Advice for AGSI
    1. At AGSI, there are several function user can hook in uVision by callback function, but AGSI missiing the function to unhook callback function. such as: Agsi has this functions: AgsiSetWatchOnSFR...
  • 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 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 executing agsi functions from another thread
    I have following problem. I am about to write some simulator and I succesfully done outputs for devices like 7-segm displays, diodes, buzzer etc.. Whole gui lives in separate thread , for some reason...