• exception handler problem.
    hello, first sorry for my bad english. I want to light up 4 leds on stm32f4 discovery board. I am able to do that without using interrupt in 4-5 lines. But when i try to do that inside exception...
  • 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: ...
  • 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
  • overwritting variables
    I have two different programs lets call A and B. I have a function in A called A1 which has local variables. this Calls a function in B named B1 which calls a different function in A called A2 which also...