• Remotely control uVision (UVSC, UVSOCK)
    Hi, In the documentation it's written that it's possible to control uVision remotely with the UVSC library, but the arguments of the UVSC_OpenConnection function don't allow to specify a IP address...
  • Remotely control uVision (UVSC, UVSOCK)
    Hi, In the documentation it's written that it's possible to control uVision remotely with the UVSC library, but the arguments of the UVSC_OpenConnection function don't allow to specify a IP address...
  • UVSC_DBG_MEM_READ (UVSC) broken?
    hi. i am trying to read out some memory using uVision socket interface and UVSC_DBG_MEM_READ . the result is UVSC_STATUS_SUCCESS , but in fact there is not data returned. UVSC_Tester.Exe seems to...
  • UVSC_DBG_MEM_READ (UVSC) broken?
    hi. i am trying to read out some memory using uVision socket interface and UVSC_DBG_MEM_READ . the result is UVSC_STATUS_SUCCESS , but in fact there is not data returned. UVSC_Tester.Exe seems to...
  • UVSC not running in version 4.13a
    With a last version of Keil for ARM (4.13a) I am not able to establish a UVSC connection. Before it was running. Matlab example: obj.Keil = getenv('KEIL_DIR'); obj.libName = 'UVSC'; try...