-
采用KEIL减去2“字符串”(mcb2378臂)
using keil to subtract 2 "string number" (MCB2378 ARM)
- 2022-08-23 01:35:37下载
- 积分:1
-
NXP公司LPC23**系列芯片SPI接口驱动示例程序,可发展成完整SPI接口驱动...
NXP公司LPC23**系列芯片SPI接口驱动示例程序,可发展成完整SPI接口驱动-NXP Corporation LPC23** series chip SPI interface driver sample programs can be developed into a complete SPI interface driver
- 2022-12-24 09:05:04下载
- 积分:1
-
ATEMELucosii系统源码,这是开源的嵌入式组件,可移植性非常强...
ATEMELucosii系统源码,这是开源的嵌入式组件,可移植性非常强-ATEMELucosii system source code, which is open-source embedded components, portability is very strong
- 2022-05-17 13:46:20下载
- 积分:1
-
基于lpc2214的矩阵键盘扫描程序,5*5的键盘,c语言程序
基于lpc2214的矩阵键盘扫描程序,5*5的键盘,c语言程序
-LPC2214-based matrix keyboard scanner, 5* 5 keyboard, c language program
- 2023-02-10 00:30:04下载
- 积分:1
-
this paper is based on my study of the ARM since some experience to design its o...
本文是根据我学习ARM开发以来的一些经验总结,以自己设计的S3C44B0X板为例,给出入门上手的最基础知识。有些东西只是个人的主观认为,不一定准确,算作抛砖引玉吧,欢迎大家指正!-this paper is based on my study of the ARM since some experience to design its own board of S3C44B0X example, the entry is easily the most basic knowledge. Some things are just personal subjective view, is not necessarily accurate, it counted as something, we welcome correct!
- 2022-02-05 22:05:55下载
- 积分:1
-
LPC17XX LWIP
在这个端口-上的信息包括安装与使用指示、 基准、 内存要求和的详细信息,请转到www.lpcware.com 在单击在"项目"选项卡,然后点击"轻量级 IP (LWIP) 网络堆栈"的项目。
- 2022-04-23 06:03:40下载
- 积分:1
-
ARM7
ARM7-LPC2148的LCD显示汉字源码-ARM7-LPC2148 source of the LCD display Chinese characters
- 2022-04-29 11:57:39下载
- 积分: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
-
ARM9 EP9315原理图和电路板
ARM9 EP9315原理图和电路板-DXP2006:TFT,VGA,RTC,ETHERNET,RS485,etc.-EP9315,DXP2006
- 2022-01-25 23:16:16下载
- 积分:1
-
2410的DA接口实验,使用MAX504D/A 转换芯片
2410的DA接口实验,使用MAX504D/A 转换芯片-2410 the DA interface experiments, the use of MAX504D/A converter chip
- 2022-10-31 16:40:03下载
- 积分:1