• Another Overlap problem
    When i add the ISD module to my fine project,L5 error popups at building target file. I believe that it can not be simply overlooked in that the overlap occurs in the code space memory. I am not very...
  • * OVERLAP * in XDATA space
    hi all, i'm developing a projet using an external 512K code memory and a 512K external sram. For now i'm just using the first 64k page on both chip. since i was compiling with DW(6) linker directive...
  • CODE MEMORY OVERLAP
    I'm usig a SiLabs 'F065 in a project, and on the same board, I have a sensor that has an expiration date. I have a space way up at the end of the CODE area reserved to hold the date that the sensor was...
  • L30 ERROR:MEMORY SPACE OVERLAP
    Hi, Could you help me please. Do you know how this offset is written without using "_at_" keywords. this developpment compiled and run properly on an older compiler (CC51).It is using 2 bank register...
  • MEMORY SPACE OVERLAP
    I add a new interrupt handler for timer 3 to my program: void Timer3_ISR(void) interrupt 14 { } I compile for C8051F020, using C51 v7.50 and LX51 v3.65b After compilation, the linker display...