• xdata space memory overlap
    I am facing a problem of memory mapping .I have assigned the xdata start in the startup.a51 file at 0c000H with length 1000h bytes .I have also tried configuring the linker with xdata allocation .Do i...
  • MEMORY SPACE OVERLAP
    I add a new interrupt handler for timer 3 to my program: void Timer3_ISR(void) interrupt 14 { } I compile for C8051F020, using C51 v7.50 and LX51 v3.65b After compilation, the linker display...
  • XDATA SPACE MEMORY OVERLAP
    I am specifying some absolute addressed variables in the XDATA space using the _at_ keyword. I am pretty sure not more than 1 variable accesses the same location. I am able to compile my project, however...
  • DATA SPACE MEMORY OVERLAP
    Hi I am trying to define a pointer to char in xdata,but after compiling the code linker is giving the warning that"DATA SPACE MEMORY OVERLAY FROM 0000 TO 0001" unsigned char xdata *temp _at_ 0x0000;...
  • xdata space memory overlap
    Dear Sir, I am facing a problem with my specific address allocation of variables in memory.I am using Philips 89c51rd2 with external ram starting at address 0xc000 with 4kb memory.i need to assign variables...