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

[FAQ] TMS320C6657: 如何在 C6657 EVM 上构建和运行平台测试?

Part Number:TMS320C6657

问:

如何在 C6657 EVM 上构建和运行平台测试?

Cherry Zhou:

答:

如何在 C6657 EVM 上构建和运行平台测试?

先决条件: 

从以下位置下载“processor_sdk_rtos_c665x_6_03_00_106”ti-processor-sdk-rtos-c665x-evm-06.03.00.106-Windows-x86-Install.exe并进行安装:PROCESSOR-SDK-RTOS-C665x 06_03_00_106 – TI.com

(请在建议的路径中安装 SDK:C:\ti\)

下载并安装 CCS 9.3:https://www.ti.com/tool/download/CCSTUDIO/9.3.0.00012

(请在建议的路径中安装:C:\ti\)

 

第 1 步:安装后检查 Platform-test 源代码

安装“processor_SDK_RTOS_c665x_6_03_00_106”软件包(上述步骤)后,Platform-test 源代码将变为可用。
“Platform-Lib”是 Platform-test 的依赖项。
Platform-test 和 platform-lib 的源代码位于以下位置

C:\ti\pdk_c665x_2_0_16\packages\ti\platform\evmc6657l\platform_test\src

C:\ti\pdk_c665x_2_0_16\packages\ti\platform\evmc6657l\platform_lib\src

 

第 2 步:将“Platform test example”导入 CCS 9.3 并重新编译

请按照所附的视频操作并完成以下步骤以便于使用。

将“C:\ti\pdk_c665x_2_0_16\packages\ti\platform\evmc6657l\platform_lib”中的“Platform-Lib”CCS 工程导入 CCS 并重新编译
将“C:\ti\pdk_c665x_2_0_16\packages\ti\platform\evmc6657l\platform_test”中的“Platform-Lib”CCS 工程导入 CCS 并重新编译

 

第 3 步:在 C6657 EVM 上运行“Platform test”

请按照所附的视频操作并完成以下步骤以便于使用。

打开 CCS
启动 C6657 EVM 的目标配置文件。(如果对此不熟悉,请遵循以下常见问题解答

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1064425/faq-   tms320c6657-how-to-create-target-configuration-and-do-test-connection-on-c6657-evm

执行“Connect target and run gel file”(如果对此不熟悉,请遵循以下常见问题解答:

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1064429/faq-   tms320c6657-how-to-load-and-run-the-dsp-gel-file-on-c6657-evm

将out 加载到 C6657 的 core0 中 
按照下面的视频运行并观察输出消息。

单击此处播放此视频
(function(id)
{var v = document.getElementById(id);var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];var nodeLimit = 50;checkVideo = function() {if (!v.canPlayType || v.error) {var bound = 0;while (v.childNodes.length > 0 && bound < nodeLimit) {bound++;if (v.childNodes[0].nodeName != 'SOURCE') {v.parentNode.insertBefore(v.childNodes[0], v);}}v.parentNode.removeChild(v);} else if (v.readyState == 0) {window.setTimeout(checkVideo, 249);}},checkVideoRendered = function() {if (v.networkState == 1 && v.readyState == 4) {v.style.position = op;v.style.left = ol;v.style.right = or;for (var i = 0; i < fe.length; i++) {fe[i].parentNode.removeChild(fe[i]);}} else {window.setTimeout(checkVideoRendered, 249);}}if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {window.setTimeout(checkVideo, 249);}
})('v_0be4e100dc5944f895aefdf3f6a3ed9e');

赞(0)
未经允许不得转载:TI中文支持网 » [FAQ] TMS320C6657: 如何在 C6657 EVM 上构建和运行平台测试?
分享到: 更多 (0)