• Global & Static initialization problem
    Hi, I am developing a firmware for EZUSB FX based board. I am facing a small problem. I am not able to initialize a Global variable in my firmware. Even though I assign the global variable with 0 initial...
  • Problem initializing global variables
    Hello! I'm using a AT89c51RC Controller for my application. When I define global variables with an initial value, they are not always initialized correctly. Example: signed int test...
  • Global & Static initialization problem
    Hi, I am developing a firmware for EZUSB FX based board. I am facing a small problem. I am not able to initialize a Global variable in my firmware. Even though I assign the global variable with 0 initial...
  • Problem initializing global variables
    Hello! I'm using a AT89c51RC Controller for my application. When I define global variables with an initial value, they are not always initialized correctly. Example: signed int test...
  • Global Variable Initialization
    Hello, I have variables initialized at the global level in my .c file but they are never being initialized. When I watch in d-scope and INIT.a51 is executing: ?C_START: MOV DPTR,#?C_INITSEG LOOP...