• Error L107 when debugging
    The program before I commented out a section complied and linked OK. When I comment out pieces of the code I get the error ERROR L107: ADDRESS SPACE OVERFLOW Why? and How can I stop the error...
  • *** 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
    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: ADRESS SPACE OVERFLOW
    I am getting this L107 error and I see that the length specified is exactly twice what it should be. This is overlayable data, 0x30 bytes, but the error reports a length of 0x60 bytes. How can this happen...
  • ERROR L107: ADDRESS SPACE OVERFLOW
    Hallo, I have written in my experimental(!) code a global variable : int idata arr[60]; The stack is explicitly assigned to internal memory space (memory type : idata - 256 byte maximum). But I...