-
基于8051嵌入式系统的GPRS终端实现.
基于8051嵌入式系统的GPRS终端实现.-8051 embedded systems based on the GPRS Terminal.
- 2022-02-01 02:04:03下载
- 积分:1
-
TI msp430系列单片机源码,官方例程,包括C语言和汇编,可靠可运行。...
TI msp430系列单片机源码,官方例程,包括C语言和汇编,可靠可运行。-TI msp430 MCUs source, the official routines, including the C language and assembler, reliable to run.
- 2022-03-22 05:13:57下载
- 积分:1
-
开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的r...
开发环境为uClinux2.4.x+s3c44b0。此程序以字节方式对IIC器件进行读写。通过硬件测试,可以直接使用。附:IIC测试程序。具体使用说明见其中的readme.txt。-development environment for uClinux2.4.x s3c44b0. This procedure in byte pairs IIC device reading and writing. Through hardware testing can be used directly. Report : IIC test. Specific use see the readme.txt.
- 2022-07-21 22:07:13下载
- 积分:1
-
DS12C887+LCD128*64液晶电子显示万年历程序
DS12C887+LCD128*64液晶电子显示万年历程序-DS12C887+ LCD128* 64 LCD electronic display calendar program
- 2023-08-08 00:20:03下载
- 积分:1
-
著名的《tcplean》的配套光盘,有完整的嵌入式tcp/ip源代码,非常便于学习,也可直接用于嵌入式应用中...
著名的《tcplean》的配套光盘,有完整的嵌入式tcp/ip源代码,非常便于学习,也可直接用于嵌入式应用中-famous "tcplean" matching discs, a complete embedded tcp/ip source code, very easy to learn and can be used directly embedded applications
- 2023-05-27 22:20:04下载
- 积分:1
-
嵌入式GSM短信息接口的软硬件设计
嵌入式GSM短信息接口的软硬件设计--Software and hardware design of embedded GSM short messaging port.
- 2022-03-20 20:06:02下载
- 积分:1
-
基于matlab的主动巡航系统
应用背景基于Matlab的主动巡航系统,文章从车辆动态单元控制角度进行分析,采用两自由度单轨模型构建系统,之后又matlabsimulink下通过P,PI,PID对采集信号进行处理,从而得出最佳的的控制单元设计关键技术P,PI,PID控制单元,在zieger nichlos下生成实验参数,利用实验参数带入系统进行调试,从而生辰最佳的控制单元设计
- 2022-06-28 00:26:50下载
- 积分:1
-
6711 development board source
6711开发板源程序-6711 development board source
- 2022-03-24 17:00:31下载
- 积分:1
-
linux0.11内核解析
本代码包括boch程序的安装包、linux0.11内核代码编译文件、模拟软盘。首先安装boch程序,然后加载linux0.11及软盘。boch是个非常优秀的系统调试工具。很多人都对linux望而生畏,但在查看源代码的基础上借助boch我们可以很更清楚了解linux最底层的运行过程。
- 2022-06-01 17:04:46下载
- 积分:1
-
rootfs挂载 【mini_rootfs】
应用背景
本地挂载:
# setenv bootargs root=/dev/mtdblock4 init=/linuxrc console=ttySAC0,115200 rootfstype=yaffs rw
nfs方式挂载rootfs
本地PC端:
1 准备好/mini_rootfs
2 安装软件包
#apt-get install nfs-common nfs-kernel-server portmap
3 配置nfs服务
#vim /etc/exports
加上以下内容:
/mini_rootfs *(rw,sync,no_root_squash)
重启nfs服务器
#/etc/init.d/nfs-kernel-server restart
开发端:
1 配置内核以支持NFS启动
make menuconfig
[*] Networking support --->
Networking options --->
[*] IP: kernel level autoconfiguration
File systems --->
[*] Network File Systems ---&
- 2022-10-20 07:15:04下载
- 积分:1