• 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...
  • How do i put all the Look-up tables in my application at the end of the Code
    In the 89LPC932 you can protect memory from being read out of the CPU by disabling the MOVC opcode being used in segments of memory. The problem is that the Linker puts look-up tables in amoungst your...
  • How do i put all the Look-up tables in my application at the end of the Code
    In the 89LPC932 you can protect memory from being read out of the CPU by disabling the MOVC opcode being used in segments of memory. The problem is that the Linker puts look-up tables in amoungst your...
  • 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...