• Relocating Interrupt Vector Table
    Note: This was originally posted on 13th August 2010 at http://forums.arm.com Hi,                I want to know that whether it is possible to change the base address of vector table?... Working on this...
  • Relocating the vector table
    The board I'm using is the phyCORE-167HSE with ST10F269 processor intern: 256kB flash,; 8 + 2kB GP-RAM 2kB IRAM; Extern: 1MB flash on /CS0: 512kB RAM on /CS1 4kB UARTon /CS2 512kB RAM at /CS3...
  • STM32 Relocating Vector
    hi i need to relocate vector after i start my application at 0x08003000. how i can do that? i'm very new with this relocating. i'm using stm32f103rbt6. at another thread i saw void NVIC_SetVectorTable...
  • Relocating Interrupt vectors without changing STARTUP.A51?
    Hi, I have built a boot loader which chooses the recent between 2 versions of the program burnt on the flash. The only problem is that I need 2 copies of the interrupt and reset vectors...one for each...
  • 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...