• Relocatable module
    I would like to create a C-code module that will contain several functions. It should be R/W and R/O independent and at the beginning it should contain a table which will hold offsets of the contained...
  • Relocatable code with const data
    I need to have a relocatable code with const data referenced by the code. Can anybody help on how the code / linker commands be organised
  • Is the code generated by uvision3 relocatable?
    Hi, Is the compiled code relocatable in uVision3? Meaning that if I burn it as a bin file at a different starting address and jump to it (and redirect the interrupt vectors) it will work?
  • relocatable segments
    I have several pieces of data (all C code) sprinkled across several modules that I want to group into a single area of memory at link time. How do I go about this? Thanks in advance for the help.
  • Relocatable code ARM cortex M0
    How do I compile and execute relocatable code on an ARM Cortex M0 chip using Keil? Which are the places that I change the address? Please point me towards more information. The normal code I have runs...