• Appnote 154 SetWatchOnMemory
    I'm using Appnote 154 and accompanying sample code to output memory access trace information. I've placed the following in DefineAllWatches in AGSI.cpp: ================================= // internal...
  • 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 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 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...
  • AGSI
    WHY