• 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...
  • 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...
  • Vector Table relocation on M33/M55
    I'm trying to relocate and dynamically change the vector table's contents. Keeping this in mind, I have the following code: sample.c: extern void svc_handler(void); volatile uint32_t *VTOR; stl_vect_t...