• Find end of code
    Hi, I'm using LPC23xx family and I create option in my code to send the existing code thrue the rs485 to all other unit that are connected. I add extra memory to each unit and one (main) unit (after...
  • Finding the end of ROM (as in .HEX / .BIN)
    (I wanted to reply to this thread, but was not able to: http://www.keil.com/forum/16466/ ) (Using Keil 4.53.0 on an STM32F103VG) Using two of the methods from that thread to find the "end of...
  • 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...