• C51 Code banking: library
    I have following question about code banking. There's some small tests, that uses one big library. So, how can I put this library to different code banks? Ofc, I can include this tests right in library...
  • C51 Library with code banking
    Is it possible to locate different parts of the same library in different banks. It seems like linker will locate the whole library in one code bank only. Thanks in advance
  • Building Libraries Bug
    When working with OMF251, LX51 linker and trying to build a library, (For example for DS390) instead of executing the LIBX51, uVision executes LIB51.
  • Help in building library file
    Hi, Can anyone help me. I am preparing a hardware specific library using keil C-51 compiler. I have created a library file myfun.lib, which contains 10 functions. I have written a main C file...
  • Move library to different adress or bank
    Hello, I am writing a bootloader for a 8051 with PSD flash/ EEPROM memory. For now, I want to put it at a high adress in the eeprom memory and want to use it to reprogramm the flash memory. At...