• Locating ?C_INITSEG at end of code
    I am using the NOSORTSIZE directive with BL51 and I have a need to locate the initialization segment ?C_INITSEG after all of my other code segments. I have noticed that when the NOSORTSIZE directive...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...
  • locate a code table at the end of ROM
    How do I locate a constant variable at the end of code area using the Extended Linker ( LX51 ) ? In myfile source, my constant table is declared as: unsigned char code MyTable[10]= { ... } I...
  • Variables end up on same address
    We are using the Keil C-compiler and uVision when compiling a project for the C166-platform. Latley we have been noticing a strange behaviour of our program. A closer look of the result revealed that...
  • Locating
    Hi all, I am new with L166 linker on ST10 target and I just would like to : Set a code section containing all the code of several files (file1.obj, file2.obj and file3.obj for example) and to locate...