• 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...
  • How to relocate the Cortex-M3 Vector Table
    Hi Everyone, I am very new to using the NXP LPC1788 base on the Cortex-M3. I will like to relocate the vector table from address 0x00000000 to another location in SRAM, say address 0x00003500 ....
  • 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...
  • How to relocate vector table and change starting addressin cortexm3 using uvision ?
    I am using STM32F107 cortex m3 controller. I am using uvision IDE for the project. I have an application which is running properly at starting location i.e 0x0800 0000. If I change starting location...