• Keil bug that cause AGDI calling the readCode forever
    Hi All, we recently implement the keil AGDI to work with our own 8051 debugger by referring to Apnt_145. everything seem fine but we found an issue that the AGDI where it keil seem will forever calling...
  • AGDI
    How can I enable Dallas Contigious Addressing Mode while implementing uVision2 interface DLL via AGDI interface? Thanks you so much in advance!
  • 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...
  • code reduce
    Hi All I'm writing a software for 8 bit architecture using uvision 2. But when I try to compile my project using uvision2 it gives the following error *** ERROR L107: ADDRESS SPACE OVERFLOW ....
  • How to create our own peripherals of AGDI
    I finished functions of AGDI in our chip. But our chip's peripherals are difference with standard 8051s'. How to create or modify the peripherals in the AGDI. Plase give me some advice.