• Locating parts of LIB_CODE
    I want to locate specific parts of the C lib code in one area while letting the locator place the rest of the library where it wants.I don't know how to do it.Can you help me?Thanks! Example: C...
  • What is ?C?LIB_CODE
    I found ?CO?LIB_CODE occupy a large address space in every bank in my project. What is ?C?LIB_CODE? I've search this keyword on web but I can't find any explanation. Would any one please explain this...
  • LIB_CODE in *.m51 files
    Hello, I have a problem with extracting data from *.m51 to build simulator. There are some library code in *.m51, placed in segments: LIB_CODE and LDIV. I guess it's length and address depends on...
  • Will ?C?LIB_CODE increase with my application?
    I write a bootloader to update the flash,but when the bootloader update the ?c?LIB_CODE,the MCU(C8051F005) always jump to another incorrect place. So I put the ?c?LIB_CODE into boot-area when linking...
  • How to split the DATA_GROUP
    Hello, I have a project that uses nearly all the available memory. I want to use overlaying, but the Linker can not fit the DATA_GROUP into memory. Looking at the memory map, there is a gap of 8...