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.

如何使能RTA



我想使用RTA,但是没有成功,请指导一下是怎么回事,谢谢!Platform: C64+ DSP

CCS 4.2.4

BIOS 5.41

Emulator:  我用的是闻亭的560v2仿真器(without system trace)

I followed the instruction in:

processors.wiki.ti.com/.../BIOS_Real-time_Analysis_(RTA)_troubleshooting

http://processors.wiki.ti.com/index.php/BIOS_5_Real-Time_Analysis_%28RTA%29_in_CCSv4

Here are the last part of my TCF:

bios.GBL.ENABLEINST = 1;

bios.GBL.ENABLEALLTRC = 1;

bios.RTDX.ENABLERTDX = 1;

bios.HST.HOSTLINKTYPE = "RTDX";

bios.enableRealTimeAnalysis(prog);

bios.enableRtdx(prog);

prog.module("GBL").ENABLEALLTRC = true;

我配置好了,运行只看到附件的图,无论是运行过程中,还是运行结束,都没有看到有任何的信息出来,请问有什么办法?谢谢!