• Prefetch Abort
    Hi All, I'm getting a PAbt_Handler call and want to trace the source as I'm not sure how this error is occurring... I'm only using the on-chip flash and ram (target is LPC2148) so how can I be executing...
  • Prefetch abort error in NXP2378
    Hi, I'm using Keil MCB2300 evaluation board and Real view compiler. I'm trying to port ucos-II onto this. The timer tick successfully executes if there is no OSTimeTick call inside it. Once we include...
  • Prefetch Abort Exception
    I am an ARM based System developer and wrote the startup for LPC2368 using GNU compiler directives.Till the linking stage all goes well however when i single step through the program then during the...
  • Prefetch Abort in GNU
    i downloaded USBDev code from site.now i am using GCC Compiler.for that i made startup.s file.i succesfully build target for my project.but when i debugg it .it display this error: prefetch abort :Arm...
  • Prefetch Abort debugging
    I'm using LPC2387 and during the normal operation I got a Prefetch Abort Exception. I saw that at this time r14_abt = 0x02 . How can I see what was the adress which caused this exception? I...