-
用于mcf52259的嵌入式操作系统,具有很强的鲁棒性。适用范围广泛的…
用于mcf52259的嵌入式操作系统,很健壮。应用广泛。-For mcf52259 embedded operating system, is very robust. Wide range of applications.
- 2022-05-25 22:09:59下载
- 积分:1
-
AT91SAM7S64 to do with the USB port with an RS232 device: PC on the driver sourc...
用AT91SAM7S64 的USB口 做一个RS232的设备
包含:
PC上的驱动程序
KEIL下的源码
简单的使用手册
是一份不错的学习资料 -AT91SAM7S64 to do with the USB port with an RS232 device: PC on the driver source code under KEIL a simple user" s manual is a good learning materials
- 2022-02-21 12:22:21下载
- 积分:1
-
这是一个三星的ARM2410的测试程序
这是一个三星的ARM2410的测试程序-This is a Samsung ARM2410 testing procedures
- 2022-03-13 01:56:55下载
- 积分:1
-
Using MAX485 chip systems using ARM hardware UART Programming RS485 communicatio...
采用MAX485 芯片 使用ARM 系统硬件的UART 编程实现RS485 通信的基本收发功能-Using MAX485 chip systems using ARM hardware UART Programming RS485 communication function of the basic transceiver
- 2022-08-15 03:31:14下载
- 积分:1
-
嵌入式系统
arm9-at91rm9200调试程序BasicMmu,可以直接编译测试相关功能.有详细代码说明.-arm9- at91rm9200 BasicMmu debugging procedures, can be directly related to the functional test compiler. Note detailed code.
- 2022-03-09 09:51:01下载
- 积分:1
-
看MIPS跑LINUX-MIPS体系结构剖析,对于深入理解MIPS架构思想很有用的,记得当初在华为的时候,很多人都有一本MIPS架构剖析,如果大家有什么不懂的,...
看MIPS跑LINUX-MIPS体系结构剖析,对于深入理解MIPS架构思想很有用的,记得当初在华为的时候,很多人都有一本MIPS架构剖析,如果大家有什么不懂的,欢迎交流-See MIPS Run LINUX-MIPS architecture analysis, for in-depth understanding of MIPS architecture ideas useful, remember when Huawei, a lot of people have a MIPS architecture analysis, if we do not know of any, please share
- 2022-11-16 16:15:04下载
- 积分:1
-
触摸屏程序应用于触摸屏的采用数据整理及触摸事件判断
触摸屏程序应用于触摸屏的采用数据整理及触摸事件判断-csd FOR touch panel
- 2022-01-25 16:20:50下载
- 积分:1
-
超声波报警程序,用超声波对距离进行检测,可做倒车时距离的检测...
超声波报警程序,用超声波对距离进行检测,可做倒车时距离的检测-Ultrasonic Alarm
- 2022-11-07 21:45:03下载
- 积分:1
-
S3C2410实验室三星S3C2410
s3c2410 lab for samsung s3c2410
- 2022-07-14 23:53:33下载
- 积分: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