• Abort or prefetch irq after 128 interrupts?!?
    Hi Jack, Using the STR912FA44. I have a program where I use external interrupts, it happens that once I get 128 interrupts my system blocks once I get an preftetch abort exception OR an Undefined...
  • Abort or prefetch irq after 128 interrupts?!?
    Hi Jack, Using the STR912FA44. I have a program where I use external interrupts, it happens that once I get 128 interrupts my system blocks once I get an preftetch abort exception OR an Undefined...
  • Prefetch Abort (PAbt) after Entering Idle (Help!)
    Part: LPC222x Hi, I am experiencing a Prefetch Abort after entering Idle mode via setting the IDL bit in PCON. Where I normally would run this: StartTimerInterrupts(); while (1) { ...
  • Prefetch Abort (PAbt) after Entering Idle (Help!)
    Part: LPC222x Hi, I am experiencing a Prefetch Abort after entering Idle mode via setting the IDL bit in PCON. Where I normally would run this: StartTimerInterrupts(); while (1) { ...
  • After STR73x memory remap getting prefetch abort exception
    Hi, i am working on STR73x (ARM 7) controller bootloader. I have small; code that jump to application code location when status of one gpio is changed. i remapped the memory in my application code...