-
ii2c司机uClinux
II2c driver for uclinux
- 2022-03-23 15:25:07下载
- 积分:1
-
AT Keyboard interfacing with 8051 and can be easily modified for any other micro
AT Keyboard interfacing with 8051 and can be easily modified for any other micro-controller
- 2022-03-01 04:39:05下载
- 积分:1
-
在W78E58处理器上移植的uCOS-II
资源描述在W78E58处理器上移植的uCOS-II 系统文件 + OS_CPU_C.C 、OS_CPU.H、 OS_CPU_A.ASM、INCLUDES.H应有尽有。
- 2022-02-02 04:07:27下载
- 积分:1
-
i2c ipcore of altera fpga that uses ahdl lauguage.
i2c ipcore of altera fpga that uses ahdl lauguage.
- 2023-04-29 13:35:03下载
- 积分:1
-
UART DSP C6713
它是用来配置 DSP TMS320C6713 comnunicate 与 pc 机通过 UART 的程序。该程序很简单,但它是必要的人是初学者。希望当初学者读此代码,他们将概述 DSP,知道如何有效地使用它。
- 2022-03-18 01:17:19下载
- 积分:1
-
Qt软键盘
基础Qt的软键盘,可以移植到嵌入式平台上!实现中文输入!
- 2023-01-10 09:30:04下载
- 积分:1
-
S3C44B0控制LED流水灯交替亮灭。超级终端上将显示:
boot success...
Embest Arm EduKit II...
S3C44B0控制LED流水灯交替亮灭。超级终端上将显示:
boot success...
Embest Arm EduKit III Evaluation Board
Led Test Example
-S3C44B0 Led
- 2022-01-26 03:15:51下载
- 积分:1
-
atmel的at91sam9260芯片的SPI读写程序,外设芯片为at45db321(dataflash),通过调试,已用于实际应用...
atmel的at91sam9260芯片的SPI读写程序,外设芯片为at45db321(dataflash),通过调试,已用于实际应用-atmel chip SPI read and write the at91sam9260 procedures, peripheral chip at45db321 (dataflash), through commissioning, has been used in the practical application of
- 2023-02-19 02:50:04下载
- 积分:1
-
PIC24F系列为RS-232串口通信的一个基本
此代码示例是一种基本的对资源管理器中 16 发展局对 RS-232 UART 通信。波特率 9600、 8 位数据、 无奇偶校验、 1 停止位、 无流控制
- 2023-01-28 13:15:04下载
- 积分: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