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!