• Address Space overflow
    I am using 8051F120 having 127KB Program memory, theoretically. I have written 4 *.C files residing in each bank. The length of the code in Bank1 and Bank2 is less than 32KB (observing the list file...
  • Address Space Overflow
    Hi, I m using PK51 professional kit V9.59 & 71M6543G (5Kb RAM, 128 KB Flash) Microcontroller. When I m building my code, I m getting following errors. 1. ERROR L107 Address Space Overflow...
  • address space overflow AGAIN
    When I compile my program with my MasterLoop() called from main, it compiles fine with the following: Program Size: data=140.1 xdata=6081 code=20964 When I comment out the entirey of my MasterLoop...
  • Address Space Overflow
    I have a program written for a Philips P87C668 and it compiles fine with an old (1993) Franklin compiler. I don't have access to the compiler so I'm trying to get it to compile on Keil. All but 3-routines...
  • Space address overflow for HCONST
    Hi, I got the Error L107: space address overflow (Space: HCONST). I read all related threads in the forum, but can not find answer. The structure of my project is: I use four banks for codes...