• Address Space overflow
    I am using 8051F120 having 127KB Program memory, theoretically. I have written 4 *.C files residing in each bank. The length of the code in Bank1 and Bank2 is less than 32KB (observing the list file...
  • ADDRESS SPACE OVERFLOW
    hello, In my program i am getting the following error& i am able to find where the error is there ERROR L107:ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT:_DATA_GROUP_ LENGTH:0050H if any one...
  • Address Space Overflow-89C52
    Hi, I have a made a code for testing a hardware board.The code on compilation generates an error code of L107 Address space overflow.After searching through the KEIL forum I came to know that once you...
  • address space overflow AGAIN
    When I compile my program with my MasterLoop() called from main, it compiles fine with the following: Program Size: data=140.1 xdata=6081 code=20964 When I comment out the entirey of my MasterLoop...
  • Address space overflow
    I have a Real-time c51 program, I need a large buffer(120 bytes).Now I use the data segment space, but when I link it an error will appear: "Address space overflow, Length: 001DH". I do not want to...