• Lx51V3.65b: Warning L30: Memory space overlap
    Hi, I got following warning messages when I added a new interrupt function(External interrupt 1 for 8051). Warning L30:Memory space overlap From C:000013H To: C:000016H Warning L30:Memory space...
  • Lx51V3.65b: Warning L30: Memory space overlap
    Hi, I got following warning messages when I added a new interrupt function(External interrupt 1 for 8051). Warning L30:Memory space overlap From C:000013H To: C:000016H Warning L30:Memory space...
  • Memory space overlap
    Hi, I have an address on the APB which has a READ functionality and a WRITE functionality. If I read from it I get the status, and when I write to it, I set something else (Has nothing to do with the...
  • 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...
  • MEMORY SPACE OVERLAP
    Hi all, When i try to run the program below ,i got the two warnings below. I didnt add stratup.s in my project. I am geting the error whenever i include the line *(int *)0x40003456L = fact; I would...