• AGSI - AgsiSetWatchOnMemory C166
    Can someone confirm that the AGSI function AgsiSetWatchOnMemory on C166 (V6.02) is not correct working ?! On C51 (V7.50) this function works ok. What is the datatype and the coding of then second...
  • AgsiSetWatchOnMemory in C166 can't work properly
    my code like this: end=g_FlashMemBase+g_flashMemSize-1; tmp.Format("MAP 0x%x ,0x%x READ WRITE EXEC",g_ FlashMemBase,end); Agsi.ExecuteCommand(tmp); ret &=Agsi.SetWatchOnMemory(g_FlashMemBase...
  • 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.
  • 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
    WHY