zoukankan      html  css  js  c++  java
  • DSPC6748中某问题的解决方式

    因为之前没有做过DSP相关的开发,属于菜鸟中的菜鸟。出现故障后。不知道从哪方面来解决这些小问题。

    开发环境:CCS5.5.0

    开发板:TI公司的TMS320C6748

    问题:

    控制台出现初始化结束后多出来的提演示样例如以下:

    C674X_0: Loader: One or more sections ofyour program falls into a memory region that is not writable.  These regions will not actually be written tothe target.  Check your linkerconfiguration and/or memory map.

    C674X_0: Trouble Writing Register PC:(Error -1176 @ 0x8DA0) Unable to access device memory. Verify that the memoryaddress is in valid memory. If error persists, confirm configuration,power-cycle board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulationpackage 5.1.232.0)

    突然出现这个问题之后,没有不论什么想法,就是一通瞎搞。把软件卸载了又一次安装也没用。后来请教过别人之后,才知道不是那些问题。

    解决方法:

    project中加入C6748.cmd文件(*.cmd。该文件要和自己的开发板型号相相应)。在project中单机project名,右键,选择加入文件(Add files),然后把该cmd文件加入进去就能够解决全部问题了。其它系列的DSP假设出现这种问题,最好还是这样试试看,应该是实用的。

    C6748.cmd能够在这里进行下载

    http://download.csdn.net/detail/zyj_123456789/8507635

  • 相关阅读:
    node.js 安装
    spring mvc 表单标签
    配置文件 .properties 的使用。
    angular 参考文档
    bootStrap 教程 文档
    idea 安装 破解方法
    restful 注解 总结 (比较完整的):http://www.xuetimes.com/archives/388 , https://www.cnblogs.com/chen-lhx/p/5599806.html
    apo 简单参考
    jsonUtils&&Json、Xml转换工具Jackson使用
    restful 分风格
  • 原文地址:https://www.cnblogs.com/blfbuaa/p/6847222.html
Copyright © 2011-2022 走看看