• global variable initialization
    Hello I got a application for a Cortex-m0 device. the application has no entry point, so no main(). This is the way it was designed. In a way the application does what is supposed to do...
  • No Initialized global Variables
    Hi, In my compeny we are develope Embedded SW on the AT89C51RD2. The SW include BL & APP that compile together (due to no enough flash space). The purpose of this SW is to be able to upgrade only...
  • Global Variables are not being initialized
    I am switching from using GNU ARM toolchain to using the ARM DS-5 compiler toolchain. The microcontroller I am programming has flash memory starting at 0x08000000, and RAM starting at 0x20000000. My...
  • 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...
  • GLOBAL VARIABLES NOT BEING INITIALIZED
    Hi, I have some global variables which I am initializing when I declare them. When I run my program SOME of the global variables are not initialized, special if they are declared inside a library that...