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.

LAUNCHXL-F28379D: CCS仿真时变量数据波形显示失真,希望官方回答一下

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: CONTROLSUITE

在将controlsuite上的HVMotorCtrl+PfcKit_v2.1里的例程HVACI_Sensorless_2833x移植到28379过程中发现仿真时变量数据波形显示失真。

实现方式,在将涉及到中断MAIN_ISR中BUILDLEVEL==LEVEL1的部分代码移植到28379工程中,并通过新创建的数组DlogCh1_arr[1240]存储每次中断触发后的svgen1.Ta值,开始仿真后观察DlogCh1_arr的数据波形

发现波形不是类似马鞍波,点击暂停(suspend)还是如此。

在存储数据的代码中添加:asm("   ESTOP0");进行程序在暂停,此时数据波形可以保持正常

请问这是CCS的BUG导致的吗?