• AGDI Drivers
    http://www.keil.com/appnotes/docs/apnt_145.asp Application Note 145 Implementing DLLs for Hardware Debuggers (AGDI) First has anyone had experience with this? Second I noticed it's not there...
  • 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...
  • Problem with the AGDI example
    Hi everybody! I'm trying to get the AGDI example (SampTarg) from the Keil site to work but when I do as the application note 145 says I get the following problem: When launching uvision I get...
  • 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...