TI中文支持网
TI专业的中文技术问题搜集分享网站

如何使能RTA

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

CCS 4.2.4

BIOS 5.41

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

I followed the instruction in:

http://processors.wiki.ti.com/index.php/DSP/BIOS_Real-time_Analysis_(RTA)_troubleshooting#Trace_must_be_enabled

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;

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

Andy Yin1:

您好,

应该在相应的统计窗口如CPU load, printf log观察,可以再看看附件的Bios手册3.4节。谢谢

赞(0)
未经允许不得转载:TI中文支持网 » 如何使能RTA
分享到: 更多 (0)