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.

bootloader下载程序完毕后,跳转至应用程序时进入错误中断该如何解决?(应用程序经过仿真器下载后可以正常运行)

Part Number: Bootloader下载程序后会触发错误中断

以下是我bootloader程序中,对memory的分配。应用程序下载的起始地址为0x00010020。

以下是我应用程序的cmd文件中,对memory的分配

此时在使用can口将程序下载进flash后,调用((void (*)(void))g_ulTransferAddress)()后,程序进入prefetchEntry。

以下是我改动应用程序的cmd文件后,对memory的分配。

此时在使用can口将程序下载进flash后,调用((void (*)(void))g_ulTransferAddress)()后,程序进入undefEntry。

请问我该如何修改应用程序的cmd文件?