• 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 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...
  • relocating code and interrupts
    Hi i need to relocate my program to 8000H i do everything as explained in relocating program and interrupt vectors(Keil Knowledge base). the program is in 8000H as expected but the vectors are there...
  • C Code relocated at 3ffdh ???
    Hi All !!! I'm using the evaluation version of Keil with uVision 2. I tried a simple program in C, it initializes the IO port P0 with a fixed value and then keeps rotating it indefinitel on the port...