• UVSOCK improvements
    Hello, I am currently implementing Tcl bindings to the UVSOCK library. This will allow UV to be scripted in Tcl. (German note to Keil personell: Ich war auf Ihrem Stand auf der Embedded World und...
  • Availabilty of trace data with ST-Link debug adapter
    Hi, Does the ST-Link debug adapter support logging of trace data? I'm using a Nucleo board and according to the schematic the SWO pin on the target MCU is connected to the debug adapter, but there...
  • [UVSOCK] UVSC_Init general failure
    Hello, I'm currently trying to use the UVSC remote interface of uVision. My problem is when I call UVSC_Init(int uvMinPort, int uvMaxPort), it returns always error UVSC_STATUS_FAILED corresponding...
  • UVSOCK cursor position
    How to get the current position of the cursor in the edited file. As well as the value of the current string using the UVSOCK API. Where can the description to interface with libraries UVSC version...
  • UVSOCK callback handling issue
    Hi, I have implemented a C# application for Remotely debugging Keil which uses UVSOCK.dll provided in below link: http://www.keil.com/appnotes/docs/apnt_198.asp The commands are working fine...