This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Data Abort - Panicking

I am devoloping applications on a device which uses ARM9. While powering up it starts panicking (it will keep powering up and powering down) - On collecting logs from a panicking parser tool, along with other register information it shows -

Stack Pointer (r13): + 0 bytes
Link Register (r14): <a function with arguments(pointers to some string locations)> + 10 bytes program counter(r15): < same function> (as above) + 2 bytes

Does this mean Data Abort is failing in this function?
How could this be tracked and solved?

0