用四位LED数码显示管显示实时时钟单片机源程序
上传时间: 2013-12-13
上传用户:Divine
=== === =时钟20:6=== === === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 间接寻址寄存器 TMR0 EQU 01H 定时器 STATUS EQU 03H 状态寄存器 BSR EQU 04H bank选择寄存器 PORTA EQU 05H I/0端口寄存器 PORTB EQU 06H I/0端口寄存器 PORTC EQU 07H I/0端口寄存器 PORTD EQU 20H I/0端口寄存器 PULL EQU 21H PULL-High上拉寄存器 WAKEUP EQU 22H 唤醒控制寄存器--被用来设定watchdog允许和禁止 IRQM EQU 23H 中断屏蔽寄存器 IRQF EQU 24H 中断标志寄存器 WDTSEL EQU 25H
上传时间: 2013-12-13
上传用户:chfanjiang
这是关于扩频通信中载波同步的程序,希望对大家能有用.
上传时间: 2013-12-31
上传用户:1427796291
计数器 同步异步预置数清零 verilog hdl 编写
上传时间: 2013-12-18
上传用户:凤临西北
一个简单的电子时钟,51开发的,有用对新手,
上传时间: 2013-12-19
上传用户:zhaiye
ccs中有关时钟的源代码,已经经过调试,可以直接运行
上传时间: 2015-06-28
上传用户:kernaling
80196的实时时钟的程序,没其他的东西可以说了!
上传时间: 2015-06-29
上传用户:cx111111
一个用JAVA编写的数字时钟源码,比较经典,适合初学者参考学习。
上传时间: 2015-06-30
上传用户:banyou
c8051f020 实时时钟模块程序 内含IIC模块程序/********************** SYSTEM CLOCK 8M********************************/ extern unsigned char xdata currenttime[16]={0} extern unsigned char xdata settime[16]={ 0x00, // control regesiter 1 0x00, // control regesiter 2 0x01, //current second 0x19, //current minute 0x20, //current hour 0x29, //current data 0x04, //current week 0x07, //current month 0x05, //current year 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // alarm value reset 0x00, // clk out disable 0x00, // close timer 0x00, } /*********************************************************************/ extern void Current_Time ( void ) extern void Set_Time ( void )
标签: c8051f020 SYSTEM CLOCK IIC
上传时间: 2015-06-30
上传用户:edisonfather
一个更为先进的嵌入式操作系统.采用RMS线程调度算法,具有信号量等同步对象.亦包括GUI. 通过该系统您可以极大知道Windows的内部秘密.
上传时间: 2014-01-21
上传用户:huql11633