-
相关富士通单片机实用资料3
相关富士通单片机实用资料3-Fujitsu MCU related practical information 3
- 2022-06-01 19:23:03下载
- 积分:1
-
C8051F023的应用,主要功能是通过串口1读取GPS接收机信号,在有INT0的响应时,通过串口2发送。...
C8051F023的应用,主要功能是通过串口1读取GPS接收机信号,在有INT0的响应时,通过串口2发送。-C8051F023 applications, the main function is to read through a serial GPS receiver signal, INT0 in response, sent through the serial port 2.
- 2022-08-06 07:21:29下载
- 积分:1
-
关于MCU的调度器设计办法,在小型多任务系统中非常有效,如果大家想了解非常全面的内容可以参考<基于时间触发的调度器>...
关于MCU的调度器设计办法,在小型多任务系统中非常有效,如果大家想了解非常全面的内容可以参考-On the MCU scheduling design approach, in a small multi-mission system very effective, if the U.S. would like to know can be very comprehensive reference
- 2022-06-03 20:34:16下载
- 积分:1
-
精密液晶温度计、C51、16×财阀,DS18B20温度传感器
高精度液晶显示温度计,C51,16*2LCD,DS18B20温度传感器-precision LCD thermometer, C51, 16* chaebol, DS18B20 temperature sensor
- 2022-07-07 10:56:21下载
- 积分: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
-
又一个LCD1602的例程(主要是最近正在做相关的工作),已经调试通过。...
又一个LCD1602的例程(主要是最近正在做相关的工作),已经调试通过。-Another LCD1602 routine (mainly related to the work being done recently), have been debugging through.
- 2022-03-19 17:11:07下载
- 积分:1
-
ATMEL Xmega系列crypto program。
ATMEL Xmega系列crypto program。-ATMEL Xmega Series crypto program.
- 2022-02-14 13:40:06下载
- 积分:1
-
该程序是用C编写的,须下载到凌阳61单片机 有万年历功能
该程序是用C编写的,须下载到凌阳61单片机 有万年历功能-that the procedure was used in the preparation of C, to be downloaded to a microcontroller Sunplus 61 calendar function
- 2022-03-13 01:51:41下载
- 积分:1
-
单片机资料宝典,适合想学习单片机的新手,单片机高手可以用来查阅。...
单片机资料宝典,适合想学习单片机的新手,单片机高手可以用来查阅。-Single-chip data book for the novice to learn single-chip, single-chip can be used to access a master.
- 2022-03-06 06:15:21下载
- 积分:1
-
89C51系列CPU编程器的程序
89C51系列CPU编程器的程序-89C51 CPU series of procedural programming
- 2022-04-23 08:07:26下载
- 积分:1