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.

调试28069的CLA程序,变量显示不正确



在单步调试28069的CLA程序时,发现expression里面的数据都是一场的,如

其中的s_FilterIndex应该是小于16的数(因为s_FilterIndex做了如下限制),另外其他数据也异常,请看左上角图片‘。

    __mdebugstop();
    s_FilterIndex++;
    if(s_FilterIndex>=16) s_FilterIndex = 0;
    __mdebugstop();