• What's the naming convention of C Compiler generated symbol ?
    After compiling, CARM will automatically generate some new symbol(segment, module) or change the variable/function name, such as ?CON?Hello, ?C_CLRSEG, ?PR?main?Hello, ?C?INIT, ?PR?strlen?T?strlen, ?DT0...
  • What happens in this var declaration mistake?
    Here's an excerpt of my main module (the beginning of it): #include <ezusb.h> #include <ezregs.h> #include <tng.h> #include <string.h> #include "system.h" #include "lcd.h" #define IMG_SIZE...
  • Global Var
    HI!! I declared 3 global var, i call it inside diferent task and every execution this var should be updates but not to do it. I have a 8051 under evaluation board. Maybe can be a problem of my...
  • USBMEM built problem
    Hello Frnds, I am using USBMEM program (available on keil.com). when I build it at a time below error occurred. I can’t understand what type of error and how I can solve it. so any buddy have any...
  • Target cannot be built
    When I try to build a target (Target1) the following appears in the build window Build target 'Target 1' linking... and nothing happens afterwards. Most of the menu items are greyed out. I cannot...