• 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...
  • 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...
  • Forcing standard interrupt requests from an AGSI DLL
    I am trying to force an IRQ on external IRQ source 1 using an AGSI DLL. The following snippet does not seem to work : AgsiWriteSFR(0x88,8,8); // set IE1 The int request is not driven, but it...
  • Forcing standard interrupt requests from an AGSI DLL
    I am trying to force an IRQ on external IRQ source 1 using an AGSI DLL. The following snippet does not seem to work : AgsiWriteSFR(0x88,8,8); // set IE1 The int request is not driven, but it...
  • AGSI
    WHY