• Change Vector Table in cortex M4 in a persistent way
    Hello, I need to change the Vector Table but I need it to be persistent through a reset, what I'm trying to do is set a vector table duplicate as a safety measurement for reprogramming the original...
  • 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...
  • Debug from reset vector
    Hi, I would like to debug my SoC with CortexA-53 core from the reset vector. For this, I am writing the EDECR.RCE bit and does a warm reset. The core is getting reset and halt at reset vector. The...
  • 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...
  • Relocating the Vector table in Cortex - M0
    Hi I am having an issue, related to vector table relocation in a Cortex - m0 based device, as VTOR isnt available there in this core, how can i manage the ISRs in a application which is not at default...