-
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
-
2.0TFT屏S6D0118driver的驱动程序及其点屏的资料
2.0TFT屏S6D0118driver的驱动程序及其点屏的资料-2.0TFT screen S6D0118driver driver information screen and the point
- 2022-05-09 08:40:40下载
- 积分:1
-
自己现在用的CPLD下载线,用74HC244芯片
要注意设置下载模式
自己现在用的CPLD下载线,用74HC244芯片
要注意设置下载模式-themselves using the CPLD downloaded line with 74HC244 attention to the chip set to download mode
- 2022-03-11 14:45:18下载
- 积分:1
-
是一些单片机的串口通信程序,用C语言编写。
是一些单片机的串口通信程序,用C语言编写。-Is the number of single-chip serial communication program, using C language.
- 2022-01-30 22:52:07下载
- 积分:1
-
电动车里程表,安装在自行车上,能显示当前速度,显示总里程数,可以用来做别的,抛砖引玉...
电动车里程表,安装在自行车上,能显示当前速度,显示总里程数,可以用来做别的,抛砖引玉-Electric vehicle odometer, installed on the bike, can display the current speed, showing the total mileage that can be used to do anything else, start
- 2023-02-09 05:50:03下载
- 积分:1
-
由单片机89c2051模拟IIC和ZLG7290实现键盘的识别驱动程序。
由单片机89c2051模拟IIC和ZLG7290实现键盘的识别驱动程序。-89C2051 simulated by the single-chip IIC and realize ZLG7290 identification of the keyboard driver.
- 2022-08-08 13:07:36下载
- 积分:1
-
在笔记本电脑日益广泛的今天,usb口的下载线显得尤为重要。市面上售卖的usb下载线价格普遍偏高。因此自己动手做一个usb下载线不仅节约资金,更能增加动手能力。大
在笔记本电脑日益广泛的今天,usb口的下载线显得尤为重要。市面上售卖的usb下载线价格普遍偏高。因此自己动手做一个usb下载线不仅节约资金,更能增加动手能力。大家赶快来下载吧!-In an increasingly wide range of notebook computers today, usb port download cable seems particularly important. Download usb for sale on the market price generally high line. So make yourself a usb download cable not only save money, but also increase the practical ability. Everyone as soon as possible to download it!
- 2022-04-13 15:41:09下载
- 积分:1
-
m16c290fc可以
M16C290FC can-M16C290FC can
- 2022-01-26 07:43:32下载
- 积分:1
-
AVR单片机应用系统开发典型实例_4
AVR单片机应用系统开发典型实例_4 -AVR Singlechip classic example of application systems development _4
- 2022-08-22 04:34:26下载
- 积分:1
-
周立功的关于LPC214X硬件触发转换程序.
周立功的关于LPC214X硬件触发转换程序.
- 2022-09-29 09:25:03下载
- 积分:1