• Building a project
    When I build a project (hit F7 for instance) the screen goes blank until it's done, then it comes back to Keil uVision2. Everything works correctly, but it's a big pain in the butt to have the screen...
  • Sprintf doesn't work correctly?
    Hi, First of all, I'm programming the T89C51CC01 Microcontroller using C51 with Keil µVision4. My head teacher wrote the following header file for it (source file also included) -- it's German: ...
  • char variables not initializing correctly
    I have a function in which I declare two variables as follows: unsigned char voltage = 0; unsigned char test = 0; When I run the code in the debugger, these variables are initialized to random...
  • Code not executing correctly
    Hello. I have been working in uVision3 up until a few days ago when my company upgraded to uVision4. I am working on a project in which I read in a string over the UART. The strings start with a couple...
  • Project compiles with no errors but will not build
    Hey, I've looked around on Google and through these forums. I cannot find a solution to my problem. I'm willing to try suggestions and am eager to figure this out. The problem: I have a project...