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.

#pragma MUST_ITERATE 未明确的问题

我已阅读文档TMS320C6000 Optimizing Compiler v7.6 User‘s Guide ,但下面情形有遗憾

for(i=0;i<n;i++)

{

      if(cond)

              break;

}

我可以得知此循环最少运行6次,最多运行100次,倍数是1,像这种break的情况,也适用于

#pragma MUST_ITERATE(6,100,1) 吗??

A。用哪颗芯片? DM8147

B。硬件环境:已有产品硬件平台

C。软件环境: DVSDK 3.5

D。其他:CCS 5.4

3、请说明您处于开发设计的哪个阶段? 产品迭代阶段

4、您对TI产品的了解程度:使用C6740系列超过2年