• AGDI
    How can I enable Dallas Contigious Addressing Mode while implementing uVision2 interface DLL via AGDI interface? Thanks you so much in advance!
  • What's the thread model in AGDI driver?
    Hi, We're developing the Keil AGDI driver for Cortex-M0, and found that the driver may run in two thread: one for long waiting in AG_GoStep, much of the time it runs in GoUntil. and another thread...
  • GoUntil Function bug in example code of AGDI driver
    I found a bug in GoUntil Function in example code of AGDI driver. Please refer to the followed steps: 1.Start Debug Session; 2.Set a break point at address 00h(Emulator current PC value) 3.Set another...
  • AGDI use WinIo
    Directory Structures: Windows : E:\Windows (Windows system) KeilBin : E:\Keil\C51\bin AGDIDebug : E:\...\Debug Hello : E:\...\Hello (This is a uvision project) AGDI needs connection code between...
  • bankswitch problem with AGDI
    my AGDI dll met problem in bankswitch. I use C:\Keil\C51\EXAMPLES\Bank_EX1 project to debug the bankswitch function.for example,when code jumps from common area to B01:0x8000,the keil disasssembly...