• 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...
  • 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...
  • 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...
  • How to debug relocated application
    My application is split between a loader (located at 0 flash) and the actual application (located at 0x10000 flash). The loader is not written yet but I would like to test the application at its target...
  • How to relocate bit?
    Hello world, How can I allocate the bit data for a given code segment?