• ARM LPC2378: data/prefetch abort after interrupt
    I have a problem with ARM LPC2378 revision B, configured with CPU clock frequency at 72 MHZ. I have the following configuration: - an IRQ interrupt function linked to CPU timer 0 (vectored interrupt...
  • ARM LPC2378: data/prefetch abort after interrupt
    I have a problem with ARM LPC2378 revision B, configured with CPU clock frequency at 72 MHZ. I have the following configuration: - an IRQ interrupt function linked to CPU timer 0 (vectored interrupt...
  • 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...