• Exception Handler and Assembler Variables
    Hi I am trying to catch exceptions that are causing my micro to crash (LPC2138). In the Startup.s assembly module, I have tags for: do_undefined_instruction: do_prefetch_abort: do_data_abort: ...
  • OVERWRITE EXCEPTION HANDLER
    Hello, I use the NXP LPC 2368 and want to write a function to save the exceptions Data Abort Error, Undefined Instruction Error and Pre-fetch Abort Error in a seriel EEPROM and after reset the CPU...
  • 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...
  • Acknowledge exception handler in Linux
  • How to monitor what got me to an exception handlers?
    How can i monitor where an HardFault_Handler (for example) exception occured? which function, paramter or line rised this exception.. i think i would need to add a fuction to Handler functions so it...