Description Resource Path Location
<a href="file:/c:/ti/ccsv6/tools/compiler/dmed/HTML/MSP430/1544.html">#1544-D</a> (ULP 13.1) Detected loop counting up. Recommend loops count down as detecting zeros is easier ADC12.h /12864.project line 44
编译时没有出现错误,请问power(ULP) advice (mumber items)和optimization advice(mumber items)是什么意思,是指程序有需要优化的地方吗?如果是,怎么优化呢? 请大神帮忙回答一下,蟹蟹
此帖出自
小平头技术问答
for(int i=0; i<100; i++) 这种改成:
for(int i=99; i>=0; i--)
一周热门 更多>