-
8x8 dot matrix LED display source code on C8051F500
此代码显示如何在8x8点阵LED上显示标牌。此方法使用动态扫描方法来显示,而不是静态显示。
- 2022-02-24 14:32:06下载
- 积分:1
-
DM6416板音频回路。接受音频并播放音频。提供完整的工程文件。...
DM6416板音频回路。接受音频并播放音频。提供完整的工程文件。-DM6416 board audio loop. Accept the audio and play audio. To provide a complete project file.
- 2022-12-19 09:05:04下载
- 积分:1
-
c8051f0xx的一些例子程序
c8051f0xx的一些例子程序-Some examples of procedures c8051f0xx
- 2022-08-21 12:30:31下载
- 积分:1
-
语音控制小车电路设计原理图,dsn格式,请用isis打开。
语音控制小车电路设计原理图,dsn格式,请用isis打开。-voice control car circuit design diagram, dsn format, please use the isis open.
- 2022-03-29 09:10:21下载
- 积分:1
-
nios软核的开发教程,详述了软核开发的一些细节
nios软核的开发教程,详述了软核开发的一些细节-nios development of soft-core tutorial, detailing some of the details of soft-core development
- 2023-08-25 17:40:06下载
- 积分:1
-
nrf905 wireless transceiver functions, this program is based on the avr atmagle1...
nrf905 实现无线收发的功能,本程序是基于avr atmagle16单片机的程序,很有用!-nrf905 wireless transceiver functions, this program is based on the avr atmagle16 SCM program, very useful!
- 2023-07-19 13:55:02下载
- 积分:1
-
语音通用程序,适用于凌阳SPCE061单片机。
语音通用程序,适用于凌阳SPCE061单片机。-voice common procedures applicable to Sunplus SPCE061 SCM.
- 2022-09-16 07:05:03下载
- 积分:1
-
STM32-TIM1产生PWM程序源码
通过STM32F303高级定时器TIM1产生PWM波形,STM32F303输出六路互补PWM波形初始化程序(可通过霍尔测速采集转变PWM占空比)
- 2022-02-15 12:23:48下载
- 积分:1
-
这是一个MP3的源代码,基于C语言的实现可以被加载到…
这是个Mp3源代码,基于C实现,可以载入到嵌入式系统中来运行-This is a Mp3 source code, based on the C implementation can be loaded into the embedded system to run
- 2022-10-26 08:50:03下载
- 积分: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