想用ICL7135采集电压,单独控制AD的时候程序没有问题,但是程序联调的时候就不正确了,在>2V输入时,单片机的计数器无法计数到20000,目前最惨的时候只有5000左右,联调的时候,低电压的计数倒 ...
求mc9s12xs128单片机 4*4矩阵键盘扫描
2014年03月21日 21:09
keil 最新出炉了uvision5,不知道能不能支持windows8~
2014年03月12日 10:13
搞单片机嵌入式这年头真是没机会,一个月10k算很高了,各位出个主意怎样才能一个月15k以上,否则搞技术真是奶奶的不值。
我认为一定要开发自己的产品在网上卖或者有合作伙伴一起批量生产拿出去 ...
2014年02月27日 21:19
用iar来编译时有这样的错误:Fatal Error: cannot open source file "macros.h" D:\test\tft.c 21
是如何解决?
2014年01月21日 16:32
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define byte unsigned char
#define word unsigned int
#define bool bit
#define true 1
#define fals ...
2014年01月08日 15:42
不买开发板能学msp430吗?
要用什么软件呢?
就像学习51单片机那样,proteus+keil就可以了,MSP430可以这样吗?谢谢
2014年01月06日 19:40
想用MDK生成位置无关的低码,但有个问题过不去 代码:LD ...
#include
#include
#define uchar unsigned char
#define uint unsigned int
sbit SCL=P2^0;
sbit SDA=P2^1;
sbit shi=P2^6;
sbit ge=P2^7;
uchar num[]={0xc0,0xf9,0xa4,0xb0,0x99,0 ...
2013年12月27日 12:58