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.

TMS570LS3137使用freertos,系统不运行

Other Parts Discussed in Thread: TMS570LS3137

按照HCG的example程序步骤,在HCG中创建并配置了工程,随后生成了代码,之后将main.c中的内容原封不动的换成了example里面的程序。

结果并不运行,正常情况下开发板上的一个LED应该会闪烁。

在线调试,发现,程序在最开始,根本没有进入_c_int00()系统初始化函数中运行,而是直接跳到了 undefEntry。如下图所示。

最后,附上我的工程。

freeRTOS_project.zip