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.
您好!
我已经 使用 gcc 编译了"TCP 服务器示例"的所有 MCU_PLUS_SDK_243x 库和代码。
我已经更改了 makefile 和 linker.cmd、并得到了*。out 文件。
我将使用目标配置 XML 启动调试器、并加载*。out 文件和符号、然后连接到处理。
而不是要去 旁路_自动_init 就像在 clang 示例中、它会崩溃、从而 Hwip_data_abort_handler_c ():
在哪里应该将 PC 设置为指向-以便像在原始 clang 工程中一样运行。
请提供建议。
谢谢。
Eli
您好!
我将我的 PC 设置为_cint100并单步执行、直到 MpuP_init ()崩溃。
这是正确的方式吗?
谢谢。
Eli
您好!
我成功地在调试器上运行了应用程序-这是 STACK_END 问题。
谢谢。
Eli