• Why project file is read only?
    I'm using Keil uVision4 version 4.54.0.0. When I check out a .cpp file from uVision4 IDE, I get the following message from Keil: "Project file is read only. Saving is not possible!" From Windows...
  • uVision3 Assembler only project
    How to make an assembly only project in uVision3?
  • Compiler change
    Why does declaring a bit within a function like this not work? void function() { data bit pushbutton_dn = (dwrxbuf[3] == PB_DN); } This results in the pushbutton_dn getting assigned to 0x0E...
  • how to compile a certain file only without modifying the hex file
    Hi, I have a project that is burned into a ROM however a certain file is mapped to be in a RAM, how can i modify the file that located in the RAM and compile it without re-compiling the other files...
  • Compilation changes values?
    Hello! Suddenly we have problems with variables that are located in CODE space. We declare them with 'uint code varname[8] = {value1, value2,..etc.}'. The normal way. After compilation we load...