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.

仿真跳转到Break at address "0x3fb02a" with no debug information available, or outside of program code.

Other Parts Discussed in Thread: C2000WARE

您好,我也遇到了和别人类似的问题:仿真时跳转到“Break at address "0x3fe493" with no debug information available, or outside of program code.”,不能单步运行,请问应该怎样处理呢?我用的是TI公司的C2000 LaunchPad XL开发板,芯片是28379D,VER2.0。

开发板刚打开运行里面的自带程序时是没有问题的,之后我按照user's guide中的指导,在CCS中下载了28379_LaunchPad的例程并烧写进芯片以后,就出现了上述问题,请问应该如何解决?

多谢!!!

  • 您现在使用的是哪个例程?我可以测试一下

    另外请您参考一下

    e2e.ti.com/.../737679
  • 这是我的界面,我是按照你们28379 launchpad XL开发板的使用手册上说的,将例程烧写进开发板,然后出现的问题。脱离在线调试以后,开发板的D10\D9\D1\D4都在亮,没有闪烁。感觉好像不是您给我发的链接中说的那样。

    请您测试完回复我,非常感谢!

  • 我测试了一下,是可以正常运行的。如下图

    且该程序说明如下

    This program is the demo program that comes pre-loaded on the F28379D
    //! LaunchPad development kit. The program starts by flashing the two user
    //! LEDs. After a few seconds the LEDs stop flashing and the device starts
    //! sampling ADCIN14 once a second. If the sample is greater than midscale
    //! the red LED on the board is lit, while if it is lower a blue LED is lit.
    //! Sample data is also display in a serial terminal via the boards back
    //! channel UART. You may view this data by configuring a serial terminal
    //! to the correct COM port at 115200 Baud 8-N-1.

    只有开始几秒会闪烁,之后会每秒一次采集sampling ADCIN14

    脱离在线调试后,我断电重启了一下,和之前的结果是相同的

  • 您觉得会不会是硬件损坏呢?有没有解决方法推荐一下?
  • 应该不是硬件问题。您是否有设置断点?取消断点试试

    我脱离在线调试后,开始D1/D4常亮,D9/D10闪烁,之后 D1/D4/D9常亮,D10灭
  • 您好,确认没有设置断点。
  • 您是否全速运行?现在程序会停在哪里?(我用的是CCS9.1)

    另外请您测试一下简单的闪灯程序吧

    C:\ti\c2000\C2000Ware_2_00_00_02\device_support\f2837xd\examples\cpu1\blinky\cpu01
  • 首先,怎样全速运行呢?(尴尬。。。)

    另外

    这是运行的截图,卡在第一步了。

    最后,运行闪灯程序是没有问题的。

    十分感谢!

  • 点击绿色的三角箭头就可以了

  • 请问我这样理解对不对:
    C:\ti\c2000\C2000Ware_2_00_00_02\device_support\f2837xd\examples可以适用于28377d和28379d
    C:\ti\c2000\C2000Ware_2_00_00_02\device_support\f2837xs\examples中的例程也同时适用于28377s和28379s?
    虽然这些工程的targetconfigs文件夹中的ccxml文件都是按照28377配置的?但是同系列的只要核数一样就可以通用。
  • 是的 您的理解是正确的
  • 您好,我正在想办法将28379D的tformat工程改造在28379S上运行,但是过程中出现了一些问题,之前我发帖询问,未能获得彻底解决。能否请您帮助一下?e2echina.ti.com/.../549299
    多谢!