-
C51实用源码,极具参考价值!
C51实用源码,极具参考价值!-practical source of C51, great reference value!
- 2022-01-21 21:10:48下载
- 积分: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
-
INA128/INA129精密低功耗仪表放大器的详细中文资料及经典电路例子...
INA128/INA129精密低功耗仪表放大器的详细中文资料及经典电路例子-INA128/INA129 precision low-power instrumentation amplifier中文detailed information and examples of the classic circuit
- 2022-03-10 11:04:40下载
- 积分:1
-
在keil下 的51 简单的os 51_00_OS
在keil下 的51 简单的os 51_00_OS-Under 51 in keil simple os 51_00_OS
- 2022-06-02 05:12:16下载
- 积分:1
-
ADS1110 for reading and writing program, has a good debugging, you can rest assu...
ADS1110的读写程序,已经调试好的,可以放心使用。-ADS1110 for reading and writing program, has a good debugging, you can rest assured that use.
- 2022-05-22 23:51:25下载
- 积分:1
-
Realize practical single
实用的单片机实现软件滤波方法及示例程源代码
-Realize practical single-chip microcomputer software filtering method and sample code CHENG Yuan
- 2022-02-04 11:48:55下载
- 积分:1
-
Controller for use with the MP3 playback feature FOSS
与MP3播放功能FOSS一起使用的控制器
- 2022-02-27 08:47:04下载
- 积分:1
-
一个采用C8051F020芯片实现的流量计控制系统源代码,包括了对C8051F020内部AD和DA的编程、共12个LED(采用74HC195)的编码驱动编程等。...
一个采用C8051F020芯片实现的流量计控制系统源代码,包括了对C8051F020内部AD和DA的编程、共12个LED(采用74HC195)的编码驱动编程等。-A C8051F020 chip using the flowmeter control system source code, including the internal C8051F020 programming AD and DA, a total of 12 LED (using 74HC195) encoding-driven programming.
- 2022-01-25 19:30:26下载
- 积分:1
-
C51汇编必做试验6 串行口扩展(同步通信)。
C51汇编必做试验6 串行口扩展(同步通信)。-ASM exam6- communication with serial port.
- 2023-01-11 08:45:04下载
- 积分:1
-
AT89C2051 microcontroller product manuals, a very detailed description of the AT...
AT89C2051单片机的产品手册,非常详细的说明了AT89C2051单片机的性能参数、结构和原理。-AT89C2051 microcontroller product manuals, a very detailed description of the AT89C2051 MCU performance parameters, structure and principle.
- 2023-02-18 14:00:04下载
- 积分:1