• __main
    HI, I'm porting an older RL-ARM project. I have noticed that in the demo HTTP project the file LPC2400_RTX.s has no code after IMPORT __main Where my original had: LDR R0, =__main BX R0 ...
  • 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 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...
  • global variables are not initialized
    Hi, For the last couple of years we've been working on an embedded ARM project. This worked fine all until suddenly out of nowhere global variables are no longer initialized. The problem happens...
  • 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...