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.

A Code Runing Question

  Recently,my code based on C6747 appears a question.The architecture of code is as below.

    for(express)

      {

          if(express)

          {

               ...

            }

       }

    If i let the code run freely, the code in the "if" will not be executed.But if i add a breakpoint at the code in the "if", the breakpoint will be triggered.

    I think the properties of DSP is the key of this question. So i want to know if any people have had the same question with me, the reasons and solution.

   Thank you very much!