-
在IAR平台海量存储的USB设备at91sam7s系列测试代码
Include startup files and peripherial devices Code for Atmel ARM7 development-At91SAM7S Series Test Code for Mass Storage USB device under IAR platform
- 2023-09-01 02:50:02下载
- 积分:1
-
硕士学位论文全文。CAJ格式
硕士学位论文全文。CAJ格式--Design of AT91M40800-based embedded industrial controller. A Master degree thesis. CAJ format.
- 2022-02-09 18:45:53下载
- 积分:1
-
公司开发的CATV网管系统Rabbit2000的源程序
公司开发的CATV网管系统Rabbit2000的源程序-developed by CATV Network Management System Rabbit2000 the source
- 2022-07-19 22:49:12下载
- 积分:1
-
基于RFID的停车场管理系统
资源描述本程序是一个采用RFID的停车场管理程序,采用STC89C52为MCU,ST7920驱动的LCD12864,SD2200实时时钟芯片,HY502F的RFID模块。提供基本的刷卡扣费功能。
- 2022-03-04 15:04:19下载
- 积分:1
-
sdt2.51的使用手册(英文)
sdt2.51的使用手册(英文)-sdt2.51 the user manual (English)
- 2022-06-14 16:50:28下载
- 积分:1
-
本程序介绍了基于NIOSii的串口接收程序
本程序介绍了基于NIOSii的串口接收程序-This procedure based on the introduction of the serial receive procedure NIOSii
- 2022-12-05 02:10:03下载
- 积分:1
-
给出Linux 环境下USB驱动的模块层次结构,包括主控制器驱动、USB 核心驱动和USB设备驱动程序组成,以及USB
接口摄像头驱动模块的层次结构,对底层...
给出Linux 环境下USB驱动的模块层次结构,包括主控制器驱动、USB 核心驱动和USB设备驱动程序组成,以及USB
接口摄像头驱动模块的层次结构,对底层usbvideo 模块进行分析,对usbvideo 中的函数进行了分类,修正其设计上的一个缺
陷,给出上层微型驱动的实现,最后通过移植USB 摄像头驱动程序到三星公司的SMDK2410 开发板的试验成功,使该驱动成
功应用在基于Linux 的嵌入式系统上。-Given Linux environment USB drive module hierarchy, including the host controller driver, USB core driver and USB device drivers, as well as camera USB interface drive module hierarchy of the underlying module usbvideo analysis, in usbvideo function of classification, to amend the design of a defect, given the realization of the upper micro-drive, and finally through the transplantation driver USB camera to Samsung SMDK2410 development board of the experiments are successful, so successful application of the driver in the Linux-based embedded systems.
- 2022-06-13 04:28:48下载
- 积分:1
-
《ARM嵌入式Linux设备驱动实例开发》,第二章代码,按键驱动开发...
《ARM嵌入式Linux设备驱动实例开发》,第二章代码,按键驱动开发-" ARM embedded Linux device driver development examples" chapter code, key-driven development
- 2023-06-08 18:35:03下载
- 积分:1
-
a routine on PPC that can add menu in dialog box.(two methods)
PPC上可以在对话框中加入菜单的例程(两种方式实现)-a routine on PPC that can add menu in dialog box.(two methods)
- 2022-03-07 10:43:48下载
- 积分:1
-
基于stm32的ucosII程序实现4x2键盘检测
基于keil开发平台,在stm32板子上实现4x2键盘检测。程序完全正确能够完美实现功能。
部分代码摘录:
void Task1(void *pdata)
{
u8 key;
while(1)
{
key=KEY_Scan();
if(key==1)
{
digitalToggle(GPIOD,GPIO_Pin_7); //D4亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==2)
{
digitalToggle(GPIOD,GPIO_Pin_6); //D5亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==3)
{
digitalToggle(GPIOD,GPIO_Pin_5); //D6亮
OSTimeDlyHMSM(0,0,1,0);
}
if(key==4)
{
&n
- 2022-08-12 16:41:51下载
- 积分:1