• BL51 problem
    Hi, I'm trying to locate a module within a code banked project, and I need a module to reside at a specific address in bank 1. The module gets located correctly via the BANK1(modname.obj), but if I...
  • BL51 problem
    Hi, I'm trying to locate a module within a code banked project, and I need a module to reside at a specific address in bank 1. The module gets located correctly via the BANK1(modname.obj), but if I...
  • BL51 Linking problem
    Hello, I have several warnings when I compile my project with uVision2. I have L1, L2 and L16 warning. The thing is that I have some registers declared as EXTERN xdata volatile in .h files which...
  • BL51 Linking problem
    Hello, I have several warnings when I compile my project with uVision2. I have L1, L2 and L16 warning. The thing is that I have some registers declared as EXTERN xdata volatile in .h files which...
  • BL51 to LX51 problems
    I'm a relative 8051 noob who's inherited a complex program. This is a banked application for the SiLabs 8051F125. I recently updated/upgraded the tools and want to switch to LX51. When I switched, the...