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.

C28 debug load 程序后自动 Resume,不能单步执行

我用的是F28M35, 调试M3时候,程序可以手动点击Resume执行,也可以单步执行。但是在调试C28时候,程序load后,就直接运行了,RESUME 、 单步调试等都变成灰色,不能点击。这个是为什么?在什么地方设置?CCS版本是 V6.1

  • 我感觉与GEL有关系吧  

  • 下载的代码是否是对应F28m35的芯片存储,如果不对,有些时候也会出现这种情况。

    另外,用下面的步骤测试一下先:

    1:[Launch Selected Configuration]
    2:[Connect Target] Master Subsystem
    3:[Connect Target] Control Subsystem
    4:[Load Program] Master Subsystem(blinky_dc_m3.out)
    5:[Load Program] Control Subsystem(blinky_dc_c28.out)
    6:[Reset CPU] Control Subsystem
    7:[CPU Reset] Master Subsystem
    8:[CPU Restart] Master Subsystem
    8:[RUN] Master Subsystem
    9:[RUN] Control Subsystem {do not do a restart}

  • 仿真器配置的对么?能不能重新建一个workspace试试看?