• 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...
  • 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...
  • 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...
  • 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 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...