• uV2 Command Line switches
    Using the uV2 command line switches to build several projects, it constantly opens the full UI of uV2. Can this be avoided and simply output compilation/linking text to the console? Also, are there...
  • Uv2 Command line
    Any one knows how I can get the return value of the previous build when I invoke uv2 on command line with -b option. echo %errorlevel% returned 0 for a failed build. Any other way other than parsing...
  • uV2 debugger - error 35: undefined line number
    I'm writing code for the Cypress EZ-USB. I've stuck with the file structure that Cypress uses in their examples, FW.C (frameworks) and periph.c (my device code). I'm relatively unfamiliar with the tools...
  • UV2 crashes on Debug
    I am working on a C8051F005 chip using Keil UV2. I have the latest Silicon UV2 driver installed. Keil UV2 crashes as soon as I select Start/Stop Debug. (UV2 window closes without any message). Does any...
  • is there a way to build a UV2 project from command prompt?
    for my current work, I wanna know if there is a way to build one UV2 project from command prompt. with my experience on using other embedded development tools, I know some provider ships particular tools...