-
SM5964 ISP program. .........
SM5964 ISP程序。-SM5964 ISP program. .........
- 2023-05-19 05:50: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
-
步进电机四轮驱动
步进电机四轮驱动 -Stepper motor stepper motor four-wheel-drive four-wheel drive
- 2022-03-10 22:05:00下载
- 积分:1
-
DS18B20 +DS1302+LCD1602 + 16×16点移动显示
DS18B20+DS1302+LCD1602+16X16点阵移动显示-DS18B20+ DS1302+ LCD1602+16 X16 Dot Mobile Display
- 2023-04-15 11:40:03下载
- 积分:1
-
飞利浦的LPC2103的实验二:四位数码管动态显示0~F,分四次显示。编译环境为:keil3和proteus7,仿真通过。...
飞利浦的LPC2103的实验二:四位数码管动态显示0~F,分四次显示。编译环境为:keil3和proteus7,仿真通过。-Philips LPC2103 two experiments: dynamic display four digits 0 ~ F, four show. Compiler environment: keil3 and proteus7, through simulation.
- 2022-07-12 18:30:43下载
- 积分:1
-
Based on the incremental PID control algorithm of the NC cross
基于增量式PID控制算法的数控横流源的设计,-Based on the incremental PID control algorithm of the NC cross-flow source of design,
- 2022-09-04 08:30:03下载
- 积分:1
-
本代码为51单片机C语言应用开发技术大全的完整代码 包含51单片机各个模块的代码设计 可直接用于项目开发...
本代码为51单片机C语言应用开发技术大全的完整代码 包含51单片机各个模块的代码设计 可直接用于项目开发-The code for 51 MCU application development technology, C-code contains the full corpus of 51 microcontroller code design of each module can be directly used for project development
- 2022-01-27 13:59:09下载
- 积分:1
-
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。...
周立功公司开发的单片机手册,具体的数据手册见周立功网站下载。-Week Ligong Singlechip developed manual, the specific data manual see Zhou Ligong website.
- 2022-05-28 20:40:43下载
- 积分:1
-
一个单片机字码编程的好工具,解决了汉字字码编程的麻烦
一个单片机字码编程的好工具,解决了汉字字码编程的麻烦
- 2022-01-25 14:00:35下载
- 积分:1
-
温湿度传感器驱动函数,IIC总线的,提供直接调用接口
温湿度传感器驱动函数,IIC总线的,提供直接调用接口-Temperature and humidity sensor-driven function, IIC Bus, to provide direct call interface
- 2022-03-01 04:13:39下载
- 积分:1