-
I2C software simulation source code, which is described
用软件模拟I2C的源代码,内有说明-I2C software simulation source code, which is described
- 2022-06-02 15:56:39下载
- 积分:1
-
Universal Serial debugging procedures
通用串口调试程序-Universal Serial debugging procedures
- 2022-07-08 21:20:52下载
- 积分:1
-
80152 Single
80152单片机实现HDLC协议的应用,对实现文档做了详细的说明,对开发学习机制有很大的帮助。
- 2022-08-19 04:58:22下载
- 积分:1
-
TIMER
用于工业设备上,对设备工作时间进行定时,到时后,将设备锁定,要进行重设时间-TIMER
- 2023-02-16 10:50:03下载
- 积分:1
-
液晶屏1602左移显示,效果不错,大家共享!!1
液晶屏1602左移显示,效果不错,大家共享!!1-1602 LCD screen to the left shows that the effect of good, for all to share! ! 1
- 2022-03-24 00:56:48下载
- 积分:1
-
包含Realview mdk2_3_链接.swf
RealView MDK链接及调试.swf
Realview_mdk2_1开发环境的建立.swf...
包含Realview mdk2_3_链接.swf
RealView MDK链接及调试.swf
Realview_mdk2_1开发环境的建立.swf
Realview mdk2_4_模拟仿真.swf
Realview mdk#1.swf
Realview_mdk2_2启动代码概述.swf
学习STM32的有用-With Realview mdk2_3_ link. Swf RealView MDK links and debugging. Swf Realview_mdk2_1 development environment for the establishment. Swf Realview mdk2_4_ simulation. Swf Realview mdk# 1.swf Realview_mdk2_2 an overview of the boot code. Swf to study the usefulness of STM32
- 2022-08-17 02:54:14下载
- 积分:1
-
Single
单芯片点对点串行通信(max232)单芯片点对点串行通信(max232)单芯片点对点串行通信(max232)
- 2022-01-24 17:57:14下载
- 积分:1
-
PADS电路图赏析,格式为图片的,推荐下载,新手可以做参考
PADS电路图赏析,格式为图片的,推荐下载,新手可以做参考-PADS schematic appreciation of the format picture to download, a novice can do reference
- 2023-02-04 08:30:04下载
- 积分:1
-
数字频率合成器DDS9851的驱动程序实验
数字频率合成器DDS9851的驱动程序实验-频 铣 DDS9851 实
- 2022-08-10 17:06:38下载
- 积分: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