-
LT_1B msp430开发板例子程序-UART05_096
LT_1B msp430开发板例子程序-UART05_096-LT_1B msp430开发板例子程序-UART05_09600
- 2022-04-23 19:38:24下载
- 积分:1
-
供应链管理
单片机定点运算子程序库,源程序经KEIL测试ok.-SCM- point computation subroutine library, source testing by KEIL ok.
- 2022-05-19 01:20:28下载
- 积分: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
-
这是rtl8019控制器的一个中文资料,大家若想做嵌入式通信的相信一般回甬道这个控制器,所以这片文章可以帮助大家初始化rtl8019控制器...
这是rtl8019控制器的一个中文资料,大家若想做嵌入式通信的相信一般回甬道这个控制器,所以这片文章可以帮助大家初始化rtl8019控制器-rtl8019 This is a Chinese controller, Embedded if you want to believe that the general communications corridor to the controller, Therefore, this article can help you initialize rtl8019 Controller
- 2022-01-25 16:19:11下载
- 积分:1
-
51微处理器打印机程序
51单片机驱动打印机的C程序-51 Microprocessor printers C Program
- 2022-03-07 16:04:43下载
- 积分:1
-
此目录包含3个文件系统模块:
This directory contains 3 file system modules: - file system ISO9660 iso9660.c iso9660.h - file system FAT12/16 fat.c fat.h - file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.- This directory contains 3 file system modules:- file system ISO9660 iso9660.c iso9660.h- file system FAT12/16 fat.c fat.h- file system FAT32 fat32.c fat32.h file.c and file.h contains all high levels functions/macro/definition for your application. fs_variable.c contains all definitions of variables that can be shared with the all file systems. config.h must contain the definition of the file system used by your application.
- 2022-02-06 06:18:53下载
- 积分:1
-
Sunplus IED2.0.0, National Undergraduate Electronic Design Contest NC Sunplus DC...
凌阳IED2.0.0,全国大学生电子设计竞赛数控直流源的凌阳代码-Sunplus IED2.0.0, National Undergraduate Electronic Design Contest NC Sunplus DC source code
- 2022-06-02 23:34:57下载
- 积分:1
-
一个用单片机控制饲服电机的程序,采用OMRON光纤感应器实现的剪纸机,已通过调试...
一个用单片机控制饲服电机的程序,采用OMRON光纤感应器实现的剪纸机,已通过调试-By feeding a single-chip microcomputer to control the electrical service procedures, the use of fiber-optic sensor OMRON realize the paper-cutting machines, has passed through debugging
- 2022-01-26 00:50:07下载
- 积分:1
-
music SCM procedures and experimental design, including music program design pri...
单片机音乐程序的设计与实验,包含音乐程序的设计原理。-music SCM procedures and experimental design, including music program design principles.
- 2022-01-25 18:50:40下载
- 积分:1
-
在C51下编写的频率计函数,可以对测得输入信号的频率
在C51下编写的频率计函数,可以对测得输入信号的频率-Prepared in the C51 Cymometer function, can be measured by the frequency of the input signal
- 2022-01-24 14:00:22下载
- 积分:1