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.

EVMK2H 下载程序至 SPI Flash并配置DSP core0启动 。



我按照该网址下(www.deyisupport.com/.../100597.aspx)的说明来转换out文件并通过CCS SPI Flash writer 将程序下载至芯片中。下载成功了,设置boot mode 为DSP SPI后程序却没有运行。

板子进行过测试:SYSCLKOUT输出为20M

                             devstat读回结果正常

                             

个人疑惑:    该网址下的内容是针对keystone I 的,keystone I中大部分处理器都是只有多DSP核而不存在ARM核,我目                   前使用的使用的评估版器件为 keystone II(4核A15+8核DSP),是否是因为该网址下的操作并不适用与                                keystone II的器件?

 

                

  • 请参考下面wiki网站上的keystoneII boot example 
    http://processors.wiki.ti.com/index.php/KeystoneII_Boot_Examples

  • 你好,你详细看了你给的wiki下的资料,这里面使用ARM 的编译器将源代码文件生成.out文件,并且将out文件转换为了dat文件。

    但是, 我的工程是DSP的,out文件也是使用DSP编译器生成的,并且我希望设置DSP Core0作为boot loader进程的CPU,这个是不适用的把?如果是不适用的话,keystone II DSP核的bootloader 是否是跟keystone I系列(或者其他C66X核)是相同的?谢谢