-
用单片机实现计时器,并将数字用八段四位数码管显示出来
用单片机实现计时器,并将数字用八段四位数码管显示出来-With MCU timer, and four figures with eight digital tube display
- 2023-07-11 04:00:03下载
- 积分:1
-
关于如何提高速度的单片机,包括硬件和软件就怎么做了…
讲述如何提高单片机的运行速度,包括硬件上和软件上如何做相应的设计-on how to improve the speed MCU, including hardware and software on how to do the design accordingly
- 2023-08-13 20:20:02下载
- 积分:1
-
TONG GUO TONG GUOT
TONG GUO TONG GUOT-Nov. 81st Nov. GUOT
- 2022-07-27 21:23:56下载
- 积分:1
-
使用msp430f5438UART的IRDA编码解码功能实现红外收发
使用msp430f5438UART的IRDA编码解码功能实现红外收发-msp430f5438 IRDA
- 2022-04-19 05:44:08下载
- 积分:1
-
单片机课程设计 数字频率计 对于大家的课程设计很有帮助
单片机课程设计 数字频率计 对于大家的课程设计很有帮助-SCM curriculum design, digital frequency meter for everyone" s helpful in course design
- 2022-04-01 02:10:28下载
- 积分:1
-
ch451键盘LED管理芯片的驱动程序,很好用的,设计很标准的代码
ch451键盘LED管理芯片的驱动程序,很好用的,设计很标准的代码-ch451 keyboard LED chip management of the driver, the good design is the standard code
- 2022-07-25 06:06:24下载
- 积分:1
-
用最新的32位微控制写的原装LCD+LED程序
用最新的32位微控制写的原装LCD+LED程序-With the latest 32-bit micro-control to write the original LCD LED process
- 2022-09-30 23:35:03下载
- 积分:1
-
单
单片机FM收音机芯片(cs1100)程序
-Single-chip FM radio chip (cs1100) procedures
- 2022-06-18 20:30:34下载
- 积分:1
-
Master and Slave Example Protocol Design for mcs
Master and Slave Example Protocol Design for mcs-51 keil c51
- 2023-07-30 18:20:03下载
- 积分:1
-
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307...
8253的初始化程序举例:
例1:选择2号计数器,工作在3方式,计数初值为533H(2个字节),采用二进制计数。其初始化程序段为
MOV DX,307H ;命令口
MOV AL,10110110B ;2号计数器的初始化命 令字
OUT DX,AL ;写入命令寄存器
MOV DX,306H ;2号计数器数据口
MOV AX,533H ;计数初值
OUT DX,AL ;选送低字节到2号计数器
MOV AL,AH ;取高字节送AL
OUT DX,AL ;后送高字节到2号计数器
-8253 initialization procedures examples : Example 1 : Select counters on the 2nd, in three ways. Counting for the initial 533H (2 bytes), a binary counting. Initialization of its procedures for MOV DX, 307H; I ordered MOV AL, 10110110B; on the 2nd Counter initialize command word OUT DX, AL; write commands Register MOV DX, 306H; data on the 2nd Counter I MOV AX, 533H; Counting initial OUT DX, AL; low-byte sent to the 2nd Counter MOV AL, AH; With a high-byte send AL OUT DX, AL; evacuations high byte counter to the 2nd
- 2023-08-04 20:25:03下载
- 积分:1