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

  • 相关阅读:
    Expedition(POJ 2431)
    spring异步@Async原理和注意问题
    springBoot事件
    spring定时任务原理
    BeanFactory和FactoryBean的区别
    Spring容器启动流程——源码阅读分析
    spring循环依赖
    spring相关的问题和原因分析
    zookeeper原理
    zookeeper的使用
  • 原文地址:https://www.cnblogs.com/blfbuaa/p/6847222.html
Copyright © 2011-2022 走看看