-
使用硬件I2C对E2PROM进行操作,利用中断方式操作。
使用硬件I2C对E2PROM进行操作,利用中断方式操作。-use of hardware I2C E2PROM to operate, using interrupt operation.
- 2022-08-23 07:40:22下载
- 积分:1
-
ARM单片机的打印例子,对于裸跑的朋友可以借用其中的很多头文件。...
ARM单片机的打印例子,对于裸跑的朋友可以借用其中的很多头文件。-ARM MCU Print example, for run naked friends can borrow one of the many header files.
- 2022-07-13 00:31:46下载
- 积分:1
-
LPCEB2000
LPCEB2000-S的I2C控制程序,希望对大家有帮助-LPCEB2000-S of the I2C control procedures, and they hope to help everyone
- 2022-03-18 15:55:07下载
- 积分:1
-
AD转换器TLV2541的设计与应用
用MPS430F149单片机对AD转换器TLV2541的设计与应用 ,附有详细的介绍 ,可以供一些学习者们参考与学习。
- 2022-04-18 12:34:49下载
- 积分:1
-
dsp2812例程
很好的例程
包含sci 等外设
module i2c_master_model (scl, sda);
inout scl;
inout sda;
parameter slave_addr_reg = 7"b0110101; //slave addr
int i;
reg R_scl = 1"bz;
reg R_sda = 1"bz;
reg clk = 0;
always #(1329.1125) clk = !clk;
assign scl = R_scl;
assign sda = R_sda;
- 2022-08-04 02:55:17下载
- 积分:1
-
本人自己设计的一个ARM最小系统, 使用ARM7芯片是SAMSUNG的S3C44B0 现已经调试成功...
本人自己设计的一个ARM最小系统, 使用ARM7芯片是SAMSUNG的S3C44B0 现已经调试成功-my own design an ARM smallest system, using ARM7 chip is Samsung"s S3C44B0 have now successfully Debugging
- 2022-05-22 00:42:21下载
- 积分:1
-
隐士
Hermit-at-1.1.3,一款bootloader,不想uboot那样大,比较好用,可以作为学习bootloader的一个不错的参考-Hermit-at-1.1.3, a bootloader, as big as uboot do not want to compare the ease of use, the bootloader can be used as learning a good reference
- 2022-01-26 06:54:24下载
- 积分:1
-
针对OK2440 ARM920T(S3C2440)的USB设备接口载windows下的驱动
针对OK2440 ARM920T(S3C2440)的USB设备接口载windows下的驱动-For OK2440 ARM920T (S3C2440) contains the USB device interface of the drive under windows
- 2022-01-26 04:33:46下载
- 积分:1
-
lpc2131实验1
功能:GPIO控制实验
lpc2131实验1
功能:GPIO控制实验-lpc2131 experimental one function: GPIO control experiment
- 2022-03-18 05:35:23下载
- 积分:1
-
arm to read and write adram procedures, as well as the process of flash data exc...
arm读写adram的程序,以及和flash数据交换的过程-arm to read and write adram procedures, as well as the process of flash data exchange
- 2022-08-07 03:41:00下载
- 积分:1