• *** ERROR L107: ADDRESS SPACE
    Hi all, I have a program for my STR710 MCU that is running fine. I added the following function: void Initialisation_INT(void)< EIC_FIQConfig(DISABLE); EIC_IER0 &= 0x0000; /**Disable all unused...
  • Error L107: Address Space Overflow
    Hello, I have been reading some of the replies to the address space overflow errors and I think I may have a unique problem. I have some source code that is part of a development board. We have...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    I get the following linker error on trying to compile a program as simple as this: ----------------------------- #include <REG51.H> void main() { while(1) { P2 ^= 0xff; } } --------------------...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    *** ERROR L107: ADDRESS SPACE OVERFLOW SPACE: DATA SEGMENT: _DATA_GROUP_ LENGTH: 0034H Program Size: data=123.6 xdata=0 code=3993 I don't know which line the error lies and can't undertand it...
  • *** ERROR L107: ADDRESS SPACE OVERFLOW
    hi, please help me to move out of this problem.before the problem i have the following msg. Program Size: data=106.3 xdata=370 code=59759 with no error but when i added/called (as it already created...