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.

询问有关文件烧写的问题



ccs5.3版本

首先,我再CCS中没有找到任何烧写的菜单,请问如何烧写代码到指定的rom中,

另外一个问题,比如6678 多核ipc的demo,core0有一个master代码,core1~core7烧写另外一套代码,那么最后我烧写rom时,core1~core7是只需要烧写1套代码还是每个核心都需要烧写1套代码

  • 对keystone DSP而言ccs中没有集成相应的镜像烧写工具。Keystone device ROM中烧写了固定的RBL,可以支持多种boot mode,如flash boot及host boot,在flash boot mode需要将生成的镜像文件使用烧写软件进行烧写;对应host boot则是在上电后DSP作为slave,由host通过相应的接口将镜像文件传送给DSP。具体请参考bootloader user guide。

    对IPC demo而言,可以对每个core均生成一个out文件,然后使用TI提供的工具进行转换、合并生成最后一个镜像文件进行烧写。