• 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...
  • 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
    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...
  • How to implement the "code coverage" function of keil in AGDI driver or in hardware
    I want to design a emulator and implement the "code coverage" function in the emulator,what should I do? I guess I should do sth. in AGDI driver or in emulator hardware.Am I right?Who can tell me the...