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.

tms320c6657ls load进去的程序如何执行



通过XDS200把程序LOAD进去了,并能通过XDS200成功调试,在ccs的控制台看的到结果。但是脱离ccs和仿真器后该如何执行这个.out文件呢?我是新人,刚刚接触,望得到较详细的指点

  • 这涉及到程序的加载即boot,这对于其他的处理器都存在类似的过程,可以baidu一下了解相关的过程。

    对C6657而言,存在多种bootloader mode,将程序烧写在flash、或者通过EMAC/PCIe等接口将程序从一个host端发到DSP侧,具体支持的bootloader mode参考c6657 data manual。