• relocation of function
    Hi, I would like to locate code of the function on the absolute address in a code memmory (analogous to absolute variable location : int code i _at_ 0x2000;) - is it possible in some way? Thanks, Peter...
  • Relocating library program segments
    In an attempt to free some code space, I'm considering the wisdom of relocating some library program segments from the common code area into one of my two banks. I'm a bit reluctant to do this for library...
  • 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
  • relocate program
    I relocate the program to starting from 0x1000, by using BL51 MYPROG.OBJ CODE(1000h) It reloactes the code to 1000h successfully, but there is always a ljmp 1000h remains in 0000h. I have some code...