This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RM48hdk prefetch abort

hi,

I am porting the lwip on the freertos on the RM48hdk and the IDE is IAR 7.1.

A prefetch abort is trigged, and I don't understand the information from the Registers.

in my oponion, the LR_abt can be used to calculate the return address and to infer the address of the offend instruction. the LR_abt in the debug view seems very strange.

  • Hi Eric,
    The LR shows 0x0A000008. This is a illegal address. I will suggest that you single step the code and find out how the code jumps to 0x0A000008 area. Use can also use the IFAR (Instruction Fault Address Register) to find out which instruction causing the prefetch abort.