• Relocating Keil Library Functions
    Hello all, I am working on a Bootstrap Loader which will receive the new program over CAN. To be safe, I will use a CRC algorythm to check for inconsistencies. Now, my problem is as follows:...
  • 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...
  • Relocation function into XRAM
    Dear ALL! Who have experience with relocation function from external Flash ROM into XRAM using function pointer. What there have to be in *.lin file? Thanks
  • 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...
  • relocating segments
    Hello, I asked a similar question a while ago concerning relocation of library segments that the linker (by default) places in common area. I have been happily relocating any ?PR? segment (e.g....