stm8s103 +iar 环境,CPU_CCR_C 标志位为何无法使用?

2019-07-19 20:47发布

#include IOSTM8S103F3.H/*寄存器版本*/
void main(void){
//
unsigned char temp1,temp2,temp3;
//
temp1=220;temp2=230;
//
temp3=temp1+temp2;
//
if(CPU_CCR_C ==1)
  {temp1=255;
  }
}
调试中,条件句无法执行,
if语句之前增加CPU_CCR_C =0;语句后
也无法执行判断句。
为何?



0条回答

一周热门 更多>