-
IDE硬盘操作函数共享,可对任何IDE操作设备进行访问
IDE硬盘操作函数共享,可对任何IDE操作设备进行访问-IDE hard disk manipulation functions sharing, on any IDE handling equipment for a visit
- 2022-01-26 04:32:11下载
- 积分:1
-
phone_recorder
利用pic处理器完成了对USB接口和PC机音频输入的电话录音机的完整设计
- 2023-06-12 06:50:02下载
- 积分:1
-
BMP转为PCB图的抄板软件
BMP转为PCB图的抄板软件-BMP PCB plans to the board copied software
- 2022-12-28 18:20:08下载
- 积分:1
-
嵌入式Linux开发系列之一: 走进嵌入式Linux的世界!
嵌入式Linux开发系列之一: 走进嵌入式Linux的世界!-One of the series of embedded Linux development: Linux into the embedded world!
- 2022-10-24 21:40:02下载
- 积分:1
-
多任务实验程式1
多任务实验程式1-multi-task experimental formula one
- 2023-03-08 09:50:03下载
- 积分:1
-
环形音发生器微芯片
ring tone generator microchip pic
- 2022-02-04 13:48:25下载
- 积分: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
-
这个SPI的源代码,对学习ARM很有帮助,好东西分享给每个人…
this the SPI source code, to learn ARM helpful, good things to share with everyone Kazakhstan-ARM DEVELOPMENT
- 2023-08-01 09:00:04下载
- 积分:1
-
1.在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的通道),每端都需要一个完整的编/译...
1.在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的通道),每端都需要一个完整的编/译
码系统。
2.本程序的目的是大大提高通信的信道利用率,缩短信息传输时间,降低传输成本。
-1. In the transmitter through a coding system for pre-treatment data-coding the receiving end of data from the decoding (recovery). For dual-channel (two-way transmission of information can access), each side needs a complete encoding/decoding system. 2. The procedures are designed to greatly enhance the communication channel utilization, reduced transmission time, and lower transmission costs.
- 2022-01-31 18:35:37下载
- 积分:1
-
接口采用SPI协议ADC MCP3208采用单片机P89V51RD2
这个项目给你使用ADC的SPI议定书(草案)输出ADC MCP3208的基本接口是一个12位代码。对于使用SPI协议初学者这个项目可能是一个很好的beginning.This会给初学者的基本了解不同的时序图,并实现它们读取SPI从其中微控制器是SPI主的方式。
- 2022-03-14 18:19:41下载
- 积分:1