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.
前一段时间开始接触 6657,放了一段时间又回来继续。问题比较多,望支持!
1.PLL 问题通过参考GEL 文件,基本OK 。好像只有我在问PLL 问题,各位大神难道都用GEL 文件, GEL 文件应该不会被编译吧?如果不会被编译,生成的代码就没有PLL 设定。你们的MCU 怎么跑起来?
2.时钟频率:看bootload 手册,里面说 用 NO-BOOT , SPI . IIC , 的时候PLL 是ByPass 的,因此是不是基本时钟越高。 Boot 时间越短。
3.BOOT load 手册中说 EMI16 可以 可从NOR flash 文件 执行代码,MSDK 的TOOL 中介绍如何将 BIN 文件 导入 NOR FLASH ,可是工程中产生的是 .OUT 文件。.out 要如何转换成.BIN 文件。
4.
目前就这些!
你好
1 有两种方法配置PLL,可以通过GEL文件,或者在代码中配置,GEL文件请参考EVM附带光盘中或者665xPDK下相应的文件,代码配置方法请参考KEYSTONE HARDWARE TEST PACKAGE
2 是,但是这个影响不大
3 有两种方法可以进行转换:
a) hex6x -b
b) 在cg_xml package里包含了一种转换TI object到.bin的方法,请参考如下readme 信息
你可以从这个链接下载到CG_XML package
Convert TI Executable to .bin Format
------------------------------------
The Windows batch file tiobj2bin.bat converts a TI executable file, COFF
or ELF, to a "binary" file. This binary format is the one defined by the
"objcopy" Unix command. Here is a description of the format from the
objcopy man page ...
When objcopy generates a raw binary file, it will essentially produce
a memory dump of the contents of the input object file. All symbols
and relocation information will be discarded. The memory dump will
start at the load address of the lowest section copied into the output
file.
This batch file makes use of a new script mkhex4bin.pl to create a hex
utility command file. The hex utility does the heavy lifting. Documentation
on how to use tiobj2bin.bat is contained in comments at the top of the
file. To see a command invocation summary, run tiobj2bin.bat with no
parameters.
感谢 Thomas Yang1 回复:
1 有两种方法配置PLL,可以通过GEL文件,或者在代码中配置,GEL文件请参考EVM附带光盘中或者665xPDK下相应的文件,代码配置方法请参考KEYSTONE HARDWARE TEST PACKAGE
在代码中可以理解,编译后会生成烧录文件。
但是GEL 文件,这个文件会编译码。如果不会?这个文件在最终的 产品上有什么作用呢?
2 是,但是这个影响不大
3 有两种方法可以进行转换:
a) hex6x -b
此种方法的使用说明在哪里可以找到?
b) 在cg_xml package里包含了一种转换TI object到.bin的方法,请参考如下readme 信息
你可以从这个链接下载到CG_XML package
下载完成了,安装出错!是不是一定是英文系统才能装!