• Does debugger show far * variables correctly?
    Using v6.22, in Dallas Contiguous mode, I created the following simple program: #include <absacc.h> void main(void) { unsigned char far *a; unsigned char far *b; a = FARRAY(unsigned char, 0x7FEDC...
  • 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...
  • Avoiding startup initialization of variables
    Hello all, My target is based on micro T89C51RD2 (with 64K flash, 1K RAM and 2K EEPROM), also in my target 32K SRAM and 8K EEPROM. I need that some values of some parameters will not bee initialized...
  • 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 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...