-
使用8031单片机加载FPGA的源代码,为FPGA的加载提供了另一种方便的方法....
使用8031单片机加载FPGA的源代码,为FPGA的加载提供了另一种方便的方法.-use FPGA 8031 load the source code for the FPGA loaded provide another convenient way.
- 2023-08-23 09:30:03下载
- 积分:1
-
字模提取软件,两种取模格式,分别是C51和A51格式。还可以对图片进行取模...
字模提取软件,两种取模格式,分别是C51和A51格式。还可以对图片进行取模-Fonts extraction software module for both formats, respectively C51 and A51 format. Images can also right to carry out die! !
- 2022-05-26 06:21:59下载
- 积分:1
-
128X64显示屏的源代码,不知道有没有用
128X64显示屏的源代码,不知道有没有用-128X64 display of source code, do not know if I have used
- 2023-05-17 23:15:03下载
- 积分:1
-
用单片机对A
用单片机对A-Z和0-9等字符进行编码,并传输给另一单片机译码-With the microcontroller on the characters such as AZ and 0-9 encode and decode transmitted to another MCU
- 2022-03-21 12:26:35下载
- 积分:1
-
usb1.1开发代码 usb1.1开发代码
usb1.1开发代码 usb1.1开发代码-usb1.1
- 2023-01-24 18:30:03下载
- 积分:1
-
这是一个msp430的键盘程序,是一个4×4的行列键盘,是用IO口中断方式实现的...
这是一个msp430的键盘程序,是一个4×4的行列键盘,是用IO口中断方式实现的-This is a keyboard program MSP430 is a 4 × 4 of the ranks of the keyboard, is to use IO interrupt I realize the
- 2022-03-12 09:06:45下载
- 积分:1
-
单片机编程语言应用程序开发的程序,很有用的哦,大家
单片机的C语言编程应用开发程序 十分有用哦很好 的 -SCM C programming language application development process very useful oh we
- 2022-04-22 06:50:55下载
- 积分:1
-
本程序用于MICROCHIP 24LC64 EEPROM的读写。本程序不使用芯片级联方式,
请将A0,A1,A2 管脚接至低电平。本程序使用IOC6作为SD...
本程序用于MICROCHIP 24LC64 EEPROM的读写。本程序不使用芯片级联方式,
请将A0,A1,A2 管脚接至低电平。本程序使用IOC6作为SDA,IOC7作为SCL。
程序中的地址空间最大可至64K:24LC00-16-0,24LC01-128-8,24LC02-256-8,
24LC04-512-16,24LC08-1K-16,24LC16-2K-32,24LC32-4K-32,24LC64-8K-32,
24LC128-16K-64,24LC256-32K-64,24LC512-64K-128,读写数据均为8bits。
以上器件的格式为(型号-地址空间-页大小)不同器件的页大小不同,因此页写
程序需作相应修改,其他字节写,随机读以及顺序读程序均相同-This procedure for the MICROCHIP 24LC64 EEPROM read and write. This procedure does not use chips cascade way, please A0, A1, A2 pin to low level access. This procedure used IOC6 as SDA, IOC7 as SCL. Process address space available to the largest 64K: 24LC00-16-0, 24LC01-128-8, 24LC02-256-8, 24LC04-512-16, 24LC08-1K-16, 24LC16-2K-32, 24LC32-4K- 32,24 LC64-8K-32, 24LC128-16K-64, 24LC256-32K-64, 24LC512-64K-128, read and write data are 8bits. The format for the above device (Model- address space- page size) of different devices of different sizes of pages, so page written procedures need to be amended accordingly, and other bytes to write, rand
- 2022-07-12 21:23:12下载
- 积分: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
-
T9 Text Input
You can use this source code for input T9 Text Input(English)
T9 Text Input
You can use this source code for input T9 Text Input(English)
- 2022-07-27 12:49:38下载
- 积分:1