• 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...
  • 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...
  • Locating the end of the used FlashROM
    After the RAM-Tests are done now I want to check the ROM :) After converting the HEX-File "project.h86" to a BIN-File I have calculated and appended a CRC-Checksum to it and re-converted the BIN-File...
  • coding variable to specific ROM location
    Hi Friends, I am using Phillips 89v51RD2 and i wish to code variables into specific memory address location inside the ROM of 89v51 as my application demands. Is it possible to do so?? If yes please...
  • 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...