-
相关富士通单片机实用资料
相关富士通单片机实用资料-Fujitsu MCU related practical information
- 2022-01-26 03:58:42下载
- 积分:1
-
在PC机上实现web方式控制单片机。大家有兴趣的可以共同交流这方面的东西。...
在PC机上实现web方式控制单片机。大家有兴趣的可以共同交流这方面的东西。-In PC, the realization of single-chip web control. Interested Members can share the things in this regard.
- 2022-02-12 01:44:32下载
- 积分:1
-
C51 FAT File System
C51的FAT文件系统-C51 FAT File System
- 2022-10-08 13:45:02下载
- 积分:1
-
单片机入门的好书,详细介绍了,,,,,,,不用再介绍了...
单片机入门的好书,详细介绍了,,,,,,,不用再介绍了-books, detailing the Medan no longer introduced
- 2022-03-06 05:04:40下载
- 积分:1
-
89S51 burming machine easy
89S51简易打嗝机
- 2022-03-18 09:24:03下载
- 积分:1
-
s6b0724 control chip control 128X64 LCD program
s6b0724控制芯片控制128X64液晶显示程序-s6b0724 control chip control 128X64 LCD program
- 2022-05-22 20:11:53下载
- 积分: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
-
This code implements the basic functions for an I2C slave device using the SSP m...
This code implements the basic functions for an I2C slave device using the SSP module. All I2C functions are handled in an ISR. Bytes written to the slave are stored in a buffer. After a number of bytes have been written, the master device can then read the bytes back from the buffer.
- 2022-04-23 08:31:34下载
- 积分:1
-
FX2开发板程序下载A
FX2开发板程序下载A -FX2 development board download A
- 2022-07-26 08:25:17下载
- 积分:1
-
用凌阳单片机作的一个语音程序,你可以将你的语音文件压缩之后加入到该程序里直接运行就可以阿!...
用凌阳单片机作的一个语音程序,你可以将你的语音文件压缩之后加入到该程序里直接运行就可以阿!-Sunplus with the MCU for a voice procedures, you can document your voice compression by adding to the direct operation of the program will be A!
- 2022-07-17 09:59:16下载
- 积分:1