This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
准确来说这个不是报错。
你看一下call stack中程序停留的地方,程序停在了codestartbranch.asm中的某个地方。这个文件是汇编代码,所以调试的时候在c代码窗口是无法显示相应的c代码的(因为根本就没有相应的c代码)。
建议在汇编中看一下codestartbranch.asm中相关的上下文,判断一下是什么原因导致了启动失败。