• Remapping Vector Table
    Pardon my stupidity, but I am currently at a loss.... I am trying to port a program from uV3 to uV5.1 and am having an issue with remapping the vector table from ROM into RAM. This method works fine...
  • Remapping Vector Table
    Pardon my stupidity, but I am currently at a loss.... I am trying to port a program from uV3 to uV5.1 and am having an issue with remapping the vector table from ROM into RAM. This method works fine...
  • 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...
  • 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...
  • How to remap the vector table in an A9 core
    I'm having an issue/misunderstanding on remapping the vector table for an A9 core in a bare metal (flat mapped) application. I assumed I could create a vector table in some arbitrary location in RAM,...