• Right way to jump to New Vector Table without Reset
    Hello, I am trying to execute code which has two vector tables/ images, when making the transition from high vector 0xFFFF0000 to table in low 0x0 I am currently considering Cortex-R series processor...
  • CPU Reset during a Debug session
    Hi All, I am trying to reset the CPU in the middle of a debugging session. I am using Application Interrupt and Reset control register by setting the SysResetReq bit in the SCB block. (this preserves...
  • Vectors optimization
    Hi, I have some dataset used by other algorithms. So, the layout of it cannot be modified. That is my problem. So what is left: scattered data in memory but in a contiguous way per group and all...
  • The easiest way to debug a lockup reset on Cortex M7
    In my Cortex M7 based project I am in a condition where often a reset takes place apparently for no reason. The only thing I can think of is that there has been a lockup. If I have a breakpoint at the...
  • Interrupt vector calculation with VTOR.
    Hi Cortex-M architects or experts, I have a question. Is the interrupt vector calculated by not ADDed with VTOR but ORed with VTOR? There is a post in the Freescale Kinetis Community as "Vector Table...