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.

导入示例工程后,代码执行流有问题

Other Parts Discussed in Thread: TMS320F28379D, TIDM-1000

您好,

我从Resource Explore中导入工程,直接编译运行。但是运行的过程中,出现如下问题。某段代码重复执行两次。

我导入的示例工程,如图1所示。

重复执行代码,如图2所示。

例如:

软件代码流:A->B->C->D

实际调试代码运行流:A->B->C->B-C->D

图1

图2