• Break point at SWI handler
    Hi everyone, I'm using Jlink with openocd to debug ARM926EJ-S and encountered problem when executing SWI command. Even though I don't set a break point at SWI handler but the CPU breaks at SWI handler...
  • Break point at SWI handler
    Hi everyone, I'm using Jlink with openocd to debug ARM926EJ-S and encountered problem when executing SWI command. Even though I don't set a break point at SWI handler but the CPU breaks at SWI handler...
  • Call SWI functions from a FIQ Handler using RTX
    Hello to all! Is possible to make a call to a SWI routine from a FIQ Handler when you are using the RTX Kernel? I try this approach but a UNDEFINED exception occurs on exit of SWI function. See...
  • Branch to main fails (ends up in SWI handler)
    I have a project that works until I add in some C modules that I inherited from someone else. The startup code (sam7.s) is the default startup code supplied by KEIL for the ATMEL AT91SAM7S256 (for MDK...
  • Call SWI functions from a FIQ Handler using RTX
    Hello to all! Is possible to make a call to a SWI routine from a FIQ Handler when you are using the RTX Kernel? I try this approach but a UNDEFINED exception occurs on exit of SWI function. See...