-
基于ARM7的开发板的存储器重映射驱动程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便...
基于ARM7的开发板的存储器重映射驱动程序,文件里有程序的详细注释,对与在此基础之上的二次开发非常方便-based on the ARM7 development board memory re-mapping driver, the documents detailed procedures Notes right and the basis of this second development is very convenient
- 2022-01-25 18:09:12下载
- 积分:1
-
潜入式文件系统源码,
潜入式文件系统源码,-into File System source code,
- 2022-09-05 11:10:03下载
- 积分:1
-
图书馆为 LPC1768 指定字符液晶显示器
此文件包含 4 例子为派生一个字符液晶显示器与明确的意见。此文件还包含一张图片,显示了如何连接到微的液晶屏。
这个你可以驾驶你的液晶显示器一步一步,在结束时,您可以编写您自己的库。
- 2022-06-15 10:12:08下载
- 积分:1
-
该程序为ARM实现的MEPG2解码器全套资料,包括boot文件.大家可以试着调一下!...
该程序为ARM实现的MEPG2解码器全套资料,包括boot文件.大家可以试着调一下!-procedures for the realization of the ARM intrigued decoder complete information, including documents boot. We can try to stress!
- 2022-09-19 06:45:03下载
- 积分:1
-
LPC2132开发板,protel99格式,包括原理图和PCB图
LPC2132开发板,protel99格式,包括原理图和PCB图-LPC2132 protel99 SCH PCB
- 2022-03-14 04:21:56下载
- 积分:1
-
ARM on the PPT courseware, and experimental use of ARM2410 me and experimental c...
讲解ARM的PPT课件,和实验箱ARM2410的用法及实验内容-ARM on the PPT courseware, and experimental use of ARM2410 me and experimental content
- 2023-08-04 04:25:06下载
- 积分:1
-
UDA1380 initial
初始UDA1380
- 2022-05-25 07:14:24下载
- 积分: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
-
通用modbus协议规范说明(中文)
通用modbus协议规范说明(中文) -GM Modbus protocol specification (Chinese) General Modbus protocol specification (Chinese)
- 2022-04-09 10:39:40下载
- 积分:1
-
基于Keil+HJTAG+LPC214x的Mass Storage Device类USB开发例程,不需要驱动,烧入直接可识别。程序有注释,可根据需要更改。
基于Keil+HJTAG+LPC214x的Mass Storage Device类USB开发例程,不需要驱动,烧入直接可识别。程序有注释,可根据需要更改。-Based on Keil+ HJTAG+ LPC214x the Mass Storage Device Class USB development of routines, do not need to drive, burned into the direct identifiable. Procedures have the Notes may be in need of change.
- 2022-09-23 05:10:03下载
- 积分:1