• AgsiSetWatchOnMemory( ) in AGSI doesn't work
    Hi, now i m working on C251 Debugger , using AGSI interface to realize some Peripheral. In AgsiEntry function, i set watch on memory, range 0x1000~0x1fff, run() is a callback function when memorys are...
  • agsi serial interface simulate problem
    Dear all: I'm trying to use the agis serial interface to simulate a uart(using the VC2008 debug tool),and meet a problem--when i try to enter a character like 'a' to the serial from the Serial Window...
  • 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"...
  • ABOUT KEIL AGSI setWatchOnMemory function
    hi i use AGSI interface - SetWatchOnMemory((amECODE << 24) | startAddr, (amECODE << 24) | endAddr, callback, AGSIWRITE) to trigger excuting callback function when the memory between startAddr(0xf98000...
  • 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...