• L107 Error for functions
    Hi! I have rather a program running on a ADuc 824 (256Bytes DATA RAM?). When I link I get the following errors: ERROR L107: ADDRESS SPACE OVERFLOW SPACe: DATA SEGMENT: ?DT?FNCAPTUREDATA?PTSC_UH...
  • *** 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...