• 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...
  • 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...