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.

ccs6如何加载.out文件

正在用ccs6学习28069,请问如何将.out文件下载到28069芯片中?

  • 先连上板子,然后点击Run-Load-Load Program,在打开的窗口中Browse到你要下载的.OUT文件就可以了。

  • 可以通过View 打开target configuration,,找到F28069.ccxml,文件, 右击launch target, 就可以下载了。

  • 谢谢您的回复。

    我要下载的.out文件的路径:c/ti/guicomposer/appprogram.out

    操作方法如附件。

    结果:Can't find a source file at "D:/Work/TIv5_CO/dmc_gui_130308_chris/sw/solutions/instaspin_motion/src/proj_GUI.c"

    请问怎么办?

  • 先通过debug configuration配置为load symbols only,然后debug。这样不用编译工程,直接连上板子,然后再去找到out文件下载。

  • 我刚刚在学习,对ccs还不熟悉,请将操作步骤细化一下,非常感谢您的回复。

  •  按照图片上红圈的地方操作就可以了

  • 谢谢,Hank Zhao 。

  • 1,

    28069下载的.out文件的路径:c/ti/guicomposer/appprogram.out

    为什么会出现如下结果呢?

    ”Can't find a source file at "D:/Work/TIv5_CO/dmc_gui_130308_chris/sw/solutions/instaspin_motion/src/proj_GUI.c"“

    2,先通过debug configuration配置为load symbols only,然后debug。这样不用编译工程,直接连上板子,然后再去找到out文件下载。

    load symbols 和 load program有啥区别啊?

  • 你好,我是在28069中加入了些文件,build完后,没有错误了,然而,在进入debug界面后,出现load program error。encounter a problem loading file:E:\。。。。。\Release\proj_lab12a.out  Could not open file.这是由于我加入c文件 和.asm,.h文件,实际上并不是很正确,造成没法生成out 文件,还是debug的设置问题呀。因为我看了下,debug的路径设置,也木有效果

    THX IN ADVANCE