使用dsk官方例程,芯片6713b,开发环境ccs3.3,程序simulator测试正常,emulator下能够编译和下载,但是始终无法进入main函数。初学dsp,求给予指点。
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.
使用dsk官方例程,芯片6713b,开发环境ccs3.3,程序simulator测试正常,emulator下能够编译和下载,但是始终无法进入main函数。初学dsp,求给予指点。
您好 谢谢您的解答,我现在的问题是这样,我用dsk6713的hello1例程测试分别在simulator和emulator环境下运行了一下,发现现象:
emulator下:
运行时可以到c_int00程序入口
执行debug下Go Main命令,程序开始运行但始终不能进入main函数,到达282c [b1] SET.S1就停下了。再运行,程序就跑飞了。
simulator下:
执行debug下Go Main命令,程序能够停在main函数入口处,汇编中停在 main段,并能单步执行并输出helloworld于message框中。
不知道我的ccs环境出了什么问题。
另外 我在ccs中没找到debug configuration 在什么地方,麻烦能指点一下不。谢谢了