• uVision Debugger DLL implementation
    Hello there, I was wondering if any one could point me to some sample code for implementing the debugger DLL. I've read app-Note-145 and I'll be filling in their AGDI.cpp file. If anyone has done this...
  • uVision AppNote144: Implementing Display DLLs for User Defined Outputs
    Has anyone implemented a uVision Display DLL? The AppNote 144 is only very sketchy, and the example MSVC Project relies upon an in-depth understanding of the inner workings of RTX Tiny. I just want...
  • S8051.DLL or TP51.DLL Arguments
    Does anyone know what are the arguments for this DLLs? I am using an older Keil system uvision2 (I can't afford the new one). I am trying to debug a CY7C68013A Cypress 8051 controller. I can't seem...
  • Keil5 display DLL for user defined output
    Dear all, According to the application note 144 document, I create a DLL library for the NEW chip (Cortex-M4) for Keil4 tool. I can display more information in a single dialog box and without any...
  • Implementing uVision DLL using VC 6.0
    Hello, everybody! when I was developing a visual RAM for 8051 using AGSI, I found that some pins are not provided such as ALE, PSEN, etc. I couldn't get them through the functions, such as AgsiReadSFR...