• 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...
  • 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
    How can I enable Dallas Contigious Addressing Mode while implementing uVision2 interface DLL via AGDI interface? Thanks you so much in advance!
  • Coverage?
    I established a project using uVision. All the file of my project is asm form. When I input the coverage command, always display the first file coverage information. How to get the other file coverage...
  • How to implement a "conditional breakpoint with expression" in AGDI
    I'm trying to implementing a plug-in using AGDI with JTAG interface. But I can't get correct result of the expression in breakpoint when target program stopped. There's difficulty in dealing with break...