• Overlapping areas in MAP files
    Guys, I'm facing a bit strange problem. I'm not able to download the entire code (Hex file size : 48 K) using the uVision2 mon251 dll though I'm able to do the same for code of smaller sizes. After...
  • MEMORY SPACE OVERLAP
    Hi all, When i try to run the program below ,i got the two warnings below. I didnt add stratup.s in my project. I am geting the error whenever i include the line *(int *)0x40003456L = fact; I would...
  • 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...
  • 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...
  • Memory overlap warnings
    I keep getting both code space and xdata space memory overlap warnings (L5 & L6) after I've used the _at_ keyword for absolute variable location. I'm not too sure if this is such a bad thing, but is there...