* This USB test can be verified by a host USB tool which can send/receive
* data to/from the USB device. This tool should be installed on the host PC
* for evaluating the CSL USB end point examples.
这个里面的host USB tool 哪里有?
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.
* This USB test can be verified by a host USB tool which can send/receive
* data to/from the USB device. This tool should be installed on the host PC
* for evaluating the CSL USB end point examples.
这个里面的host USB tool 哪里有?
哪颗料是啥?
c55xx_csl的example里USB例程里提到的host USB tool!!!
还有编译C55XXCSL_LP时会出现下面的error怎么回事啊?
errors encountered during linking; "C55XXCSL_LP.lib" not built
program will not fit into available memory. placement with
unresolved symbol __addd, first referenced in ./csl_pll.obj
unresolved symbol __divd, first referenced in ./csl_pll.obj
unresolved symbol __mpyd, first referenced in ./csl_pll.obj 还有很多类似的error!!!!!
unresolved symbols remain
example是C:\ti\c55_lp\c55_csl_3.04\c55xx_csl\ccs_v5.0_examples\usb\CSL_USB_DmaExample
ccs的版本是Code Composer Studio 6.0.1.00040
之所以重新编译是因为我用已有的lib的时候会提示下面的错误,所以我就编译了那个lib工程,然后就出现了上述的error。
C:\ti\c55_lp\c55_csl_3.04\c55xx_csl\build\C55XXCSL_LP.lib<vectors.obj>" has
a Tag_Memory_Model attribute value of "2" that is different than one
非常感谢您的解答
1. usb host到下面的网站下载。
http://www-s.ti.com/sc/techlit/sprabp1.zip
2. 从错误提示看,你的程序的memory model和csl库不匹配。看一下CCS->Build->C5500 Compiler->Runtime Model Options->Specify Memory Model是否选了small?
您好,我这咋没有Specify Memory Model这个选项呢 我在附件中加了runtime model options的界面
还有就是我csl库的工程编译不成功的话,别的工程编译的话会出现下面的错误
Cannot build project. Referenced project 'C55XXCSL_LP' contains build-errors.
然后如果不把c55xxcsl_lp加进来的话又会出现
Build-configuration 'com.ti.ccstudio.buildDefinitions.C5500.Debug.1599296540' does not exist in the referenced project 'C55XXCSL_LP'. Use the 'Properties > Build > Dependencies' page to select an existing build-configuration.
真的非常感谢您能耐心的回答我的问题,但是确实是自己解决不来,还希望您能解答,谢谢。
重新装了ccs 改成small也不行 还是会提示
"C:\ti\c55_lp\c55_csl_3.04\c55xx_csl\build\C55XXCSL_LP.lib<vectors.obj>" has
a Tag_Memory_Model attribute value of "2" that is different than one
previously seen ("1"); combining incompatible files
另外那个库的文件出现上面的错误可能是什么原因造成的?
这是我的工程 改成large之后会出现
"C:\ti\c55_lp\c55_csl_3.04\c55xx_csl\build\C55XXCSL_LP.lib<vectors.obj>"
specifies "C55x CPU Rev 3.x", which is not compatible with "C55x CPU Rev
2.x" specified in a previous file or on the command line的错误,你能帮我稍微看下吗
非常感谢,我自己也注意到了,这么2的问题纠结这么长时间。。。还是不太仔细
在此也做个总结,希望对遇到这个问题的朋友有所帮助:
当碰到
C:\ti\c55_lp\c55_csl_3.04\c55xx_csl\build\C55XXCSL_LP.lib<vectors.obj>" has
a Tag_Memory_Model attribute value of "2" that is different than one
这个error时,网上更多的解决办法是修改memory model,但也要注意silicon_version也要跟你用的库的silicon_version一样才行。。
还是非常感谢您这段时间耐心的解答。