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.
When I added one c file(not related the system configuration, just some if-else logic for application) to the project, founded this prefetch abort.
IFSR: 0x0000000D
IFAR: 0xEA00053E
MCU: TMS570LS0432
the question what's this address 0xEA00053E. how can i resolve this issue?
This address is located in the reserved area, so the permission fault is valid. The main issue to resolve is why the CPU tried to fetch an instruction from this address. I would suspect a stack overflow issue, where the return address got overwritten with this value. Can you also post a screenshot of the other CPU registers for the abort mode?