This question follows my note in regard to the failing flash memory access under the certain conditions. The question is the following. Why does the fault's stack frame does not match the expectations?
The exception occurs at the following instruction:

Upon the Bus Fault handler arrival I'm expecting to find a valid PC value in the stack frame, but instead I'm having the following content:

The stack frame pointed by the SP register has nothing in common with the core's state right before the exception. Moreover, the position which should be occupied by the PC value is pointing to the location beyond the RAM, which in the LPC5528 occupies the range 0x20000000 to 0x0x2002FFFF.
What is the reason?