• UV2 windowing bug?
    I recently d/l the latest version and the GUI now has strange behavior with viewing source files. If I maximize a file in my project, I can select another source file and it's not maximized. In every...
  • bugs in keil debug
    These are some bugs that I saw in keil debug section for LPC1313 IC. 1- for LPC1313 in debug mode with ulink2 : BOD window does not work ( do not show BODCTRL register data) 2 - in UART debug...
  • 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...
  • UV2 Debug Command "undefined"?
    Hi, I am using UV2 v2.20a When I try to use debug commands in the Output Window – Command page, but some commands return a error message: -------------------------------------- GO GO ***...
  • I have a bug
    This is my problem. The answer is 0-AAAA. #include <stdio.h> #include <string.h> int main(int argc,char*argv[]){ int i=1; char buf[4]; strcpy(buf,"AAAA"); printf("%d-%s\n",i,buf); return 0;...