Content originally posted in LPCWare by CodeRedSupport on Thu Mar 03 09:59:41 MST 2011
In your screenshot I see disassembly at address zero. The interesting thing is this code is all zeroes. If your vector base has not been modified, address zero should contain the reset stack pointer, followed by the reset vector. So, the question is do you use a vector base at a non-zero address? If not, you have a build problem.
Regards,
CodeRedSupport