launchpad g2553 用 CCS 编译器,编程单步调试,发现一些延时程序 会不执行,直接跳过了。比如
delayms(unsigned int n)
{
unsigned int i;
while(n--)for(i =0;i<100;i++)
}
放到IAR里面就行
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.