HardFault exception problem
I make boot loader for jump to 0x08020000
And, I make program that start from 0x08020000, also same vector table address(0x08020000)
It works well, but sometimes(when program modified), it doesn't work
I use debugger, and get result below
//Fault exception viewer
HardFault exception.
The processor has escalated a configurable-priority exception to HardFault.
A precise data access error has occurred (CFSR.PRECISERR, BFAR) at data address 0x1fff8001.
Exception occured at PC = 0x80216ae, LR = 0x802b61d
See the call stack for more information.
//Debug Log
The stack pointer for stack 'CSTACK' (currently 0x200025C8) is outside the stack range (0x20009170 to 0x2000A170)
What is the problem?
Can you help me?

