• 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...
  • Can I relocate code
    I'm designing a application downloader that can be run from the main application. The mechanism I want to employ would be to load a replacement application into a secondary "bank" of flash and then do...
  • relocating startup code
    Hi, I have an application (let's say "myloader") running (i.e. from 0x0000-0x61FF) on mine LPC2106, the only thing that it does is to listen to the serial port and donwload a new program (let's...
  • Code Relocation - Revisited
    I'm looking for some ideas (or solution) to the following problem :- 1. I using an STM32F207VG and I want to operate from 2 x separate code executables. An "old" version, and the "new" uploaded version...
  • Interrupt Problem when relocating code
    We are experiencing a problem of non-functioning interrupts when we execute code from location 0x4000 in on-chip flash. The part is P89C51D2. We have a boot loader located at 0x0000 and interrupts function...