• 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...
  • How to relocate the Cortex-M3 Vector Table
    Note: This was originally posted on 9th November 2011 at http://forums.arm.com Hello, I am Davide Masi and I work on Fujitsu based on ARM Cortex M3. How do I relocate the interrupt vector table from address...
  • Cortex M0 Vector Table and Bootloading
    Hi guys, Does the M0 always default to 0x0 when an interrupt triggers? I understand VTOR is not available in M0 for relocation of the tables. Can I copy the application vector table just the vector...
  • Dynamic Vector Table in RAM...
    I would like to have the option of relocating my vector table to RAM at runtime, in a library (ie if the code doesn't need to do this, it doesn't, and the RAM isn't allocated or is eliminated by section...
  • Cortex-M Vector Table and Address Remap
    Hi guys, Does the M0 always default to 0x0 when an interrupt triggers? I understand VTOR is not available in M0 for relocation of the tables. Can I copy the application vector table just the vector...