Tool/software:
I have a fairly straightforward single threaded application. During development my application worked fine. I now have a small run of boards I am testing. On approximately 40% of them I receive a prefetch error when starting from a power-off cold state. Performing a POR allows the application to run normally. When the exception occurs, the IFAR register shows the address of the prefetch handler itself. Adding debug code changes the location of the error when debug stepping the application, so it appears to be tied to a memory location and not a specific instruction. I suspected power stability may be an issue, but that seems to be OK. I was looking for guidance on possible issues with my memory/processor configuration that could be causing problems.
Thank you