80C51F020共有8个8位的I/O端口,欲使用P4.3 P4.4控制两个LED,软件编写后编译报错。
头文件:
#include <c8051f020.h>
#include <string.h>
#include <intrins.h>
#include <math.h>
定义代码为:
sbit GREEN = P4^3;
sbit YELLOW = P4^4;
报错:'P4': invalid base address
若改为P0,1,2,3则不报错,P4 5 6 7则报错,求助啊求助!!!!
此帖出自
小平头技术问答
一周热门 更多>