• Relocating
    I have my progam code in the flash memory including read multimedia card and write to flash memory. I want to copy this code with the library functions used to other memory (RAM) region to executing...
  • Could CMSIS RTX Application be relocated in code space?
    My previous thread has failed to gain interest: http://www.keil.com/forum/59827/ Perhaps the title is too generic or the description is some how confusing. So I start this thread to try another...
  • Relocate the MicroLIB
    Dear All, I'm using LPC11U14 with Keil. In the project setting, I enabled the "Use MicroLIB" option. I review the map file after compiled and noted that the MicroLIB code are put after my application...
  • How to relocate bit?
    Hello world, How can I allocate the bit data for a given code segment?
  • SEGMENT RELOCATION
    Hi all: I need to relocate a segment to a specific address. Say I have 4 '.obj' SEG1.OBJ, SEG2.OBJ, SEG3.OBJ and SEG4.OBJ segments and want to locate SEG2 to the specific address 1A00. Thanks in advance...