-
C51怎样将子程序段定位在1个固定的地址位置
C51怎样将子程序段定位在1个固定的地址位置-C51 how the subroutine positioning of a fixed address location
- 2022-07-04 08:22:22下载
- 积分:1
-
zybo_audio
应用背景这是一个基于zybo的音频播放的代码,可以实现音频的采集和播放关键技术音频采集和播放,基于Verilog语言的嵌入式开发
- 2023-05-06 16:40:06下载
- 积分:1
-
X5045 underlying driver, you can run the correct accurate, tested, welcome to do...
X5045的底层驱动,可以正确运行无误,经过测试,欢迎下载-X5045 underlying driver, you can run the correct accurate, tested, welcome to download
- 2023-05-31 06:25: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
-
yaff2文件系统的详细分析,感觉满有用的
yaff2文件系统的详细分析,感觉满有用的-yaff2 detailed analysis of the file system, I feel full of useful
- 2022-05-19 22:47:20下载
- 积分:1
-
用C++开发的qt媒体播放器,使用了mpg插件
用C++开发的qt媒体播放器,使用了mpg插件-C++, developed in qt media player, use the mpg plug-in
- 2022-07-10 05:42:11下载
- 积分:1
-
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯...
交通灯: 1. 因为本设计是交通灯的控制,所以要先了解实际交通灯的变化规律。假设一个十字路口为东西南北走向。初始状态0为东西红灯,南北红灯。然后转状态1南北绿灯通车,东西红灯。过一段时间转状态2,南北绿灯闪几次转亮黄灯,延时几秒,东西仍然红灯。再转状态3,东西绿灯通车,南北红灯。过一段时间转状态4,东西绿灯闪几次转亮黄灯,延时几秒,南北依然红灯。最后循环至状态1。 2. 双色LED是由一个红色LED管芯和一个绿色管芯封装在一起,公用负端。当红色正端加高电平,绿色正端加低电平,红灯亮;红色正端加低电平,绿色正端加高电平,绿灯亮;两端都加高电平,黄灯亮。 急救车和交通灯: 中断服务程序的关键是:1. 保护进入中断时的状态,并在推出中断之前恢复进入时的状态;2. 必须在中断程序中设定是否允许中断重入,即设置EX0位。 本设计使用了INT0中断,一般中断程序进入时应保护 PSW,ACC以及中断程序使用但非其专用的寄存器。本设计中的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,及设置时不允许重入。本设计中没有涉及这种情况。 name:trled1.asm trled2.asm-traffic lights : 1. Because of the design of the traffic lights, so there must first understand the traffic lights change. Assuming a crossroads for the east-west north-south. Initial state of things 0 red light, red light north-south. Then the state opening of a north-south green, red things. For a period of time to state 2-green flashing yellow light switch several times, a few seconds delay, things are still red. Three sub-state, opening things green, red ligh
- 2022-04-29 18:17:53下载
- 积分:1
-
<<Carbide_vs_Getting_Started_Guide_version_3_0.pdf>>
Carbide beginn...
Carbide使用说明,参考此文档,可以学会carbide的使用。由nokia提供。-
Carbide beginning, we can learn to use the carbide IDE after read this PDF.
- 2022-02-01 03:03:03下载
- 积分:1
-
操作系统
在ucos下的一个五子棋游戏,在触摸屏下实现,代码全部由注释。
- 2022-01-28 08:25:12下载
- 积分:1
-
linux下触摸屏驱动源码及其详细讲解(ads7843、7846、ak4182)
linux下触摸屏驱动源码及其详细讲解(ads7843、7846、ak4182)-linux driver source code under the touch screen and explain in detail (ads7843, 7846, ak4182)
- 2023-08-03 09:20:03下载
- 积分:1