• Modify Exception handler
    Note: This was originally posted on 6th April 2012 at http://forums.arm.com Hello everyone, I want to run a SW-emulated coprocessor: when the ARM processor generates an "Undefined Instruction", I launch...
  • Modify Exception handler
    Note: This was originally posted on 6th April 2012 at http://forums.arm.com Hello everyone, I want to run a SW-emulated coprocessor: when the ARM processor generates an "Undefined Instruction", I launch...
  • reset while modifying interrupt vector
    In my code i am changing interrupt vector for timer to have my functions as ISR. Will microcontroller reset when i change interrupt vector?
  • reset while modifying interrupt vector
    In my code i am changing interrupt vector for timer to have my functions as ISR. Will microcontroller reset when i change interrupt vector?
  • Reset Handler Relocation Confusion
    Hello, I am locating executable code at 0x8000 in ROM. The code builds and links fine. However, since the Reset Handler is located at 0x8064 (in memory map) the reset address at 0x0000 is not loaded...