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.

Cotrolsuite\TMS320F28069 \ LEDBLINK

Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28069

我在运行Controlsuite\TMS320F28069 \ LEDBLINK程序时,无法连续运行;现象如下,请各位帮忙分析,十分感谢

1 用单步运行的方式可以运行到 for(;  ;),等待Timer0中断,再用右击中断第一行,选择“run to line”,  有时就能进入中断,有时无法进入

2  当能用上述方式进入中断后,点击"run",就可以运行,但复位后重新开始,程序还是不能"run"

3  复位后设置断点,发现当运行到initPievect的时候,把断点设置在下面程序段的后面时;"run"后程序又跳回之前的行,无法往下进行

     for(i=0;i<125;i++)

     {*Dest++=*Source++;

     }